Banggood Affiliate Tool

This extension allows to easily share affiliate links

Banggood Affiliate Tool là gì?

Banggood Affiliate Tool là một tiện ích mở rộng Chrome được phát triển bởi greenbigfrog, và tính năng chính của nó là "This extension allows to easily share affiliate links".

Tải xuống tệp CRX của tiện ích mở rộng Banggood Affiliate Tool

Tải xuống các tệp mở rộng Banggood Affiliate Tool dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Banggood Affiliate Tool Banggood Affiliate Tool
ID lfehkmbipaihcgiooimkgkfacmoggpdd
URL Chính Thức https://chrome.google.com/webstore/detail/banggood-affiliate-tool/lfehkmbipaihcgiooimkgkfacmoggpdd
Mô tả This extension allows to easily share affiliate links
Kích Thước Tệp 14.08 KB
Số Lần Cài Đặt 62
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2017-12-12
Ngày Phát Hành 2017-12-12
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển greenbigfrog
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/greenbigfrog/BG-tool
URL Trang Trợ Giúp https://github.com/greenbigfrog/BG-tool/issues/new
Ngôn Ngữ Được Hỗ Trợ 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"
}