Affiliator

Easy affiliate linking

Was ist Affiliator?

Affiliator ist eine Chrome-Erweiterung, die von https://www.affiliator.io entwickelt wurde, und ihr Hauptmerkmal ist "Easy affiliate linking".

Erweiterungsscreenshots

screenshot
screenshot

Affiliator-Erweiterungs-CRX-Datei herunterladen

Laden Sie Affiliator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Affiliator Affiliator
ID pklbpogiggkdejgafdchflgdhicghklf
Offizielle URL https://chromewebstore.google.com/detail/affiliator/pklbpogiggkdejgafdchflgdhicghklf
Beschreibung Easy affiliate linking
Dateigröße 64.1 KB
Installationsanzahl 94
Aktuelle Version 0.9.1
Letztes Update 2017-03-30
Veröffentlichungsdatum 2017-03-30
Entwickler https://www.affiliator.io
Zahlungsart free
Erweiterungswebsite http://www.affiliator.io
Unterstützte Sprachen 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
        }
    ]
}