Affiliate Link Creator

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

What is Affiliate Link Creator?

Affiliate Link Creator is a Chrome extension developed by mseckington, and its main feature is "Easily grab your affiliate link from any Amazon, Bookdepository or Threadless page".

Extension Screenshots

screenshot
screenshot

Download Affiliate Link Creator Extension CRX File

Download Affiliate Link Creator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Affiliate Link Creator Affiliate Link Creator
ID eekeiblihhlocdmdnpjlncbepgbhhepj
Official URL https://chrome.google.com/webstore/detail/affiliate-link-creator/eekeiblihhlocdmdnpjlncbepgbhhepj
Description Easily grab your affiliate link from any Amazon, Bookdepository or Threadless page
File Size 70.81 KB
Installation Count 684
Current Version 1.4
Last Updated 2013-03-01
Publish Date 2013-03-01
Rating 3.13/5 Total 16 Ratings
Developer mseckington
Payment Type free
Extension Website http://missgeeky.com
Supported Languages 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"
}