Affiliator

Easy affiliate linking

Hvad er Affiliator?

Affiliator er en Chrome-udvidelse udviklet af https://www.affiliator.io, og dens hovedfunktion er "Easy affiliate linking".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Affiliator-udvidelses-CRX-fil

Download Affiliator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn Affiliator Affiliator
ID pklbpogiggkdejgafdchflgdhicghklf
Officiel URL https://chromewebstore.google.com/detail/affiliator/pklbpogiggkdejgafdchflgdhicghklf
Beskrivelse Easy affiliate linking
Filstørrelse 64.1 KB
Antal Installationer 94
Nuværende Version 0.9.1
Senest Opdateret 2017-03-30
Udgivelsesdato 2017-03-30
Udvikler https://www.affiliator.io
Betalingsmetode free
Udvidelseswebsted http://www.affiliator.io
Understøttede Sprog 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
        }
    ]
}