Banggood Affiliate Tool

This extension allows to easily share affiliate links

Apa itu Banggood Affiliate Tool?

Banggood Affiliate Tool adalah ekstensi Chrome yang dikembangkan oleh greenbigfrog, dan fitur utamanya adalah "This extension allows to easily share affiliate links".

Unduh Berkas CRX Ekstensi Banggood Affiliate Tool

Unduh file ekstensi Banggood Affiliate Tool dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Banggood Affiliate Tool Banggood Affiliate Tool
ID lfehkmbipaihcgiooimkgkfacmoggpdd
URL Resmi https://chrome.google.com/webstore/detail/banggood-affiliate-tool/lfehkmbipaihcgiooimkgkfacmoggpdd
Deskripsi This extension allows to easily share affiliate links
Ukuran File 14.08 KB
Jumlah Instalasi 62
Versi Saat Ini 0.2
Terakhir Diperbarui 2017-12-12
Tanggal Publikasi 2017-12-12
Penilaian 3.00/5 Total 2 Penilaian
Pengembang greenbigfrog
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/greenbigfrog/BG-tool
URL Halaman Bantuan https://github.com/greenbigfrog/BG-tool/issues/new
Bahasa yang Didukung 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"
}