Banggood Affiliate Tool
This extension allows to easily share affiliate links
Hvad er Banggood Affiliate Tool?
Banggood Affiliate Tool er en Chrome-udvidelse udviklet af greenbigfrog, og dens hovedfunktion er "This extension allows to easily share affiliate links".
Download Banggood Affiliate Tool-udvidelses-CRX-fil
Download Banggood Affiliate Tool-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
Allows you to easily share Banggood Affiliate Links by copying them to your Clipboard. The complete sourcecode is available on Github.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | lfehkmbipaihcgiooimkgkfacmoggpdd |
Officiel URL | https://chrome.google.com/webstore/detail/banggood-affiliate-tool/lfehkmbipaihcgiooimkgkfacmoggpdd |
Beskrivelse | This extension allows to easily share affiliate links |
Filstørrelse | 14.08 KB |
Antal Installationer | 62 |
Nuværende Version | 0.2 |
Senest Opdateret | 2017-12-12 |
Udgivelsesdato | 2017-12-12 |
Bedømmelse | 3.00/5 Samlet 2 Bedømmelser |
Udvikler | greenbigfrog |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/greenbigfrog/BG-tool |
Hjælpeside-URL | https://github.com/greenbigfrog/BG-tool/issues/new |
Understøttede Sprog | 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" } |