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"
}