Banggood Affiliate Tool

This extension allows to easily share affiliate links

Wat is Banggood Affiliate Tool?

Banggood Affiliate Tool is een Chrome-extensie ontwikkeld door greenbigfrog, en de belangrijkste functie is "This extension allows to easily share affiliate links".

Download het CRX-bestand van de extensie Banggood Affiliate Tool

Download Banggood Affiliate Tool-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Allows you to easily share Banggood Affiliate Links by copying them to your Clipboard.
The complete sourcecode is available on Github.                    

Basisinformatie over de Extensie

Naam Banggood Affiliate Tool Banggood Affiliate Tool
ID lfehkmbipaihcgiooimkgkfacmoggpdd
Officiële URL https://chrome.google.com/webstore/detail/banggood-affiliate-tool/lfehkmbipaihcgiooimkgkfacmoggpdd
Beschrijving This extension allows to easily share affiliate links
Bestandsgrootte 14.08 KB
Aantal Installaties 62
Huidige Versie 0.2
Laatst Bijgewerkt 2017-12-12
Publicatiedatum 2017-12-12
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar greenbigfrog
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/greenbigfrog/BG-tool
Help Pagina-URL https://github.com/greenbigfrog/BG-tool/issues/new
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Banggood Affiliate Tool",
    "description": "This extension allows to easily share affiliate links",
    "version": "0.2",
    "icons": {
        "128": "icon_128.png",
        "32": "icon_32.png",
        "16": "icon_16.png"
    },
    "browser_action": {
        "default_icon": "icon_32.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "storage",
        "https:\/\/ad.a-ads.com\/"
    ],
    "options_page": "options.html"
}