Affiliator

Easy affiliate linking

Co je Affiliator?

Affiliator je rozšíření Chrome vyvinuté https://www.affiliator.io, a jeho hlavní funkcí je „Easy affiliate linking“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Affiliator

Stáhněte si soubory rozšíření Affiliator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Affiliator Affiliator
ID pklbpogiggkdejgafdchflgdhicghklf
Oficiální URL https://chromewebstore.google.com/detail/affiliator/pklbpogiggkdejgafdchflgdhicghklf
Popis Easy affiliate linking
Velikost souboru 64.1 KB
Počet instalací 94
Aktuální Verze 0.9.1
Poslední Aktualizace 2017-03-30
Datum Vydání 2017-03-30
Vývojář https://www.affiliator.io
Typ Platby free
Webové stránky Rozšíření http://www.affiliator.io
Podporované Jazyky 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
        }
    ]
}