Donna Griffit Affiliate Tools

Donna Griffit Affiliate Tools

An all-in-one extension for making actions you take as an affiliate one step easier!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Donna Griffit Affiliate Tools",
  "version": "1.0.1",
  "description": "This add-on will be used to make it easier for affiliates to share their recommendation and affiliate code on Facebook. Facebook has now limited direct shares and this add-on will circumvent that. The value is huge, since it will increase affiliate's visibility and reach significantly, thus increasing their earnings. To get an account all a user needs to do is sign up to our free affiliate program - https://donnagriffit.com/partners/",
  "icons": {
    "48": "icon-48.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "*://server/*",
        "https://www.facebook.com/sharer/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{1bd3c27c-0f6d-11ea-8d71-362b9e155667}",
      "strict_min_version": "42.0"
    }
  }
}