Banggood Affiliate Tool

This extension allows to easily share affiliate links

Banggood Affiliate Toolคืออะไร?

Banggood Affiliate Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย greenbigfrog และคุณลักษณะหลักของมันคือ "This extension allows to easily share affiliate links"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Banggood Affiliate Tool

ดาวน์โหลดไฟล์ส่วนขยาย Banggood Affiliate Tool ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Banggood Affiliate Tool Banggood Affiliate Tool
ID lfehkmbipaihcgiooimkgkfacmoggpdd
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/banggood-affiliate-tool/lfehkmbipaihcgiooimkgkfacmoggpdd
คำอธิบาย This extension allows to easily share affiliate links
ขนาดไฟล์ 14.08 KB
จำนวนการติดตั้ง 62
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2017-12-12
วันที่เผยแพร่ 2017-12-12
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา greenbigfrog
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/greenbigfrog/BG-tool
URL หน้าช่วยเหลือ https://github.com/greenbigfrog/BG-tool/issues/new
ภาษาที่รองรับ 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"
}