Affiliator

Easy affiliate linking

Vad är Affiliator?

Affiliator är en Chrome-tillägg utvecklad av https://www.affiliator.io, och dess huvudfunktion är "Easy affiliate linking".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Affiliator-förlängningens CRX-fil

Ladda ner Affiliator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Affiliator Affiliator
ID pklbpogiggkdejgafdchflgdhicghklf
Officiell webbadress https://chromewebstore.google.com/detail/affiliator/pklbpogiggkdejgafdchflgdhicghklf
Beskrivning Easy affiliate linking
Filstorlek 64.1 KB
Antal Installationer 94
Aktuell Version 0.9.1
Senast Uppdaterad 2017-03-30
Publiceringsdatum 2017-03-30
Utvecklare https://www.affiliator.io
Betalningssätt free
Tilläggswebbplats http://www.affiliator.io
Stödda Språk 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
        }
    ]
}