Affiliate Link Creator

Easily grab your affiliate link from any Amazon, Bookdepository or Threadless page

Wat is Affiliate Link Creator?

Affiliate Link Creator is een Chrome-extensie ontwikkeld door mseckington, en de belangrijkste functie is "Easily grab your affiliate link from any Amazon, Bookdepository or Threadless page".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Affiliate Link Creator

Download Affiliate Link Creator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Easily grab your affiliate links from any Amazon, Bookdepository or Threadless page.

This extension adds a small icon in your address bar that when clicked on gives a link with your affiliate id already included. 

After installing the extension, you'll need to set in the options page your affiliate ID for each affiliate program you are signed up to. 

Affiliate Link Creator supports Amazon.com, Amazon.co.uk, Amazon.ca, Amazon.fr, Bookdepository.com, Bookdepository.co.uk and Threadless.com.                    

Basisinformatie over de Extensie

Naam Affiliate Link Creator Affiliate Link Creator
ID eekeiblihhlocdmdnpjlncbepgbhhepj
Officiële URL https://chrome.google.com/webstore/detail/affiliate-link-creator/eekeiblihhlocdmdnpjlncbepgbhhepj
Beschrijving Easily grab your affiliate link from any Amazon, Bookdepository or Threadless page
Bestandsgrootte 70.81 KB
Aantal Installaties 684
Huidige Versie 1.4
Laatst Bijgewerkt 2013-03-01
Publicatiedatum 2013-03-01
Beoordeling 3.13/5 Totaal 16 Beoordelingen
Ontwikkelaar mseckington
Betalingswijze free
Extensiewebsite http://missgeeky.com
Ondersteunde Talen en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Affiliate Link Creator",
    "manifest_version": 2,
    "version": "1.4",
    "description": "Easily grab your affiliate link from any Amazon, Bookdepository or Threadless page",
    "background": {
        "scripts": [
            "scripts\/background.js",
            "scripts\/jsuri-1.1.1.min.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.amazon.com\/*",
                "http:\/\/www.amazon.co.uk\/*",
                "http:\/\/www.amazon.ca\/*",
                "http:\/\/www.amazon.fr\/*",
                "http:\/\/www.threadless.com\/*",
                "http:\/\/www.bookdepository.co.uk\/*",
                "http:\/\/www.bookdepository.com\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": "images\/badge19.png",
        "default_title": "Affiliate link found",
        "default_popup": "pages\/popup.html"
    },
    "permissions": [
        "tabs",
        "clipboardWrite"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "options_page": "pages\/options.html"
}