Affiliator

Easy affiliate linking

What is Affiliator?

Affiliator is a Chrome extension developed by https://www.affiliator.io, and its main feature is "Easy affiliate linking".

Extension Screenshots

screenshot
screenshot

Download Affiliator Extension CRX File

Download Affiliator 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

                        Affiliator is an extension to access the affiliator.io service, which simplifies the managment of affiliate links for Amazon, iTunes, B&H, eBay, Walmart, Target, Best Buy, Staples, Shopify, Etsy and many more.                    

Extension Basic Information

Name Affiliator Affiliator
ID pklbpogiggkdejgafdchflgdhicghklf
Official URL https://chromewebstore.google.com/detail/affiliator/pklbpogiggkdejgafdchflgdhicghklf
Description Easy affiliate linking
File Size 64.1 KB
Installation Count 94
Current Version 0.9.1
Last Updated 2017-03-30
Publish Date 2017-03-30
Developer https://www.affiliator.io
Payment Type free
Extension Website http://www.affiliator.io
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Affiliator",
    "short_name": "Easy affiliate linking",
    "description": "Easy affiliate linking",
    "version": "0.9.1",
    "homepage_url": "http:\/\/www.affiliator.io",
    "icons": {
        "16": ".\/icon16.png",
        "48": ".\/icon48.png",
        "128": ".\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "affiliator.html"
    },
    "permissions": [
        "activeTab",
        "cookies",
        "*:\/\/*.affiliator.io\/*",
        "clipboardRead",
        "clipboardWrite"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/selection.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}