Affiliate Tools - Affiliate link generator

Affiliate link generator for Amazon, Gearbest, Banggood and similar sites

Was ist Affiliate Tools - Affiliate link generator?

Affiliate Tools - Affiliate link generator ist eine Chrome-Erweiterung, die von https://affiliate.tools entwickelt wurde, und ihr Hauptmerkmal ist "Affiliate link generator for Amazon, Gearbest, Banggood and similar sites".

Erweiterungsscreenshots

screenshot

Affiliate Tools - Affiliate link generator-Erweiterungs-CRX-Datei herunterladen

Laden Sie Affiliate Tools - Affiliate link generator-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

                        Main purpose of Affiliate tools is to make creation of affiliate links easier. With this extension you can with just one click you can create affiliate links for Amazon, Banggood, Gearbest and many other supported stores

When you create link, you can easily shorten it with bit.ly or share it on social networks
Extension keeps track of links you created, and if you need to use link more often you can add it to favorites

More stores will be added in future                    

Grundlegende Informationen zur Erweiterung

Name Affiliate Tools - Affiliate link generator Affiliate Tools - Affiliate link generator
ID fahggphoodkmfhpeomejdfonhjijdedk
Offizielle URL https://chromewebstore.google.com/detail/affiliate-tools-affiliate/fahggphoodkmfhpeomejdfonhjijdedk
Beschreibung Affiliate link generator for Amazon, Gearbest, Banggood and similar sites
Dateigröße 544 KB
Installationsanzahl 809
Aktuelle Version 2.1.3
Letztes Update 2022-06-21
Veröffentlichungsdatum 2018-04-04
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler https://affiliate.tools
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://affiliate.tools
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Affiliate Tools - Affiliate link generator",
    "description": "Affiliate link generator for Amazon, Gearbest, Banggood and similar sites",
    "version": "2.1.3",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_title": "Affiliate Tools",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "commons.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.banggood.com\/*"
            ],
            "js": [
                "commons.js",
                "content\/banggood.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.aliexpress.com\/*"
            ],
            "js": [
                "commons.js",
                "content\/aliexpress.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage",
        "activeTab",
        "",
        "identity",
        "clipboardWrite",
        "webRequest",
        "webRequestBlocking"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgHNNjWKpiW1SDG4G187F9qvT+ppzT1lbg3h+vnRxMYHe5TjZqbzHDsABffpyTZ7be6oZunw5D2bRI0FUSRQvJji2+oKoYllBMRQTdWZXNjY5\/UE9buBJ+TOohjDCGtskiIkqwyRPvO3W917Z7ooLKWZyIAJ+lyEbEBukNFhiQfL0JL0cCrXo+X98hpJSwfzIEsIZx7aiAZpyQ9iZkQEwxIDwHsfuOdaXu2m0foT1tiRr\/OS\/VD40imX8Cra+3bPPLDB0kyCJJu7GxzPSQjEuvpJc3BRTEcBJ6VYQXEqUTLBB005pxgPWMJrxuqLBN1oeQzSmdnK+aKYC1ovo3qwzowIDAQAB",
    "content_security_policy": "script-src 'self' https:\/\/*.firebaseio.com https:\/\/www.google-analytics.com;; object-src 'self'; style-src 'self' https:\/\/cdn.materialdesignicons.com"
}