eBay.in Affiliate Link Generator
Get your deeplink directly from the eBay.in page.
Что такое eBay.in Affiliate Link Generator?
eBay.in Affiliate Link Generator - это расширение Chrome, разработанное eBay India Affiliates, и его основная функция - "Get your deeplink directly from the eBay.in page.".
Снимки экрана расширения
Скачать файл CRX расширения eBay.in Affiliate Link Generator
Скачайте файлы расширений eBay.in Affiliate Link Generator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Get your deeplink directly from the eBay.in page.
Основная информация о расширении
Название | eBay.in Affiliate Link Generator |
ID | jfjbbakkeggpkjklfdiacnchjjmocoac |
Официальный URL | https://chromewebstore.google.com/detail/ebayin-affiliate-link-gen/jfjbbakkeggpkjklfdiacnchjjmocoac |
Описание | Get your deeplink directly from the eBay.in page. |
Размер файла | 36.37 KB |
Количество установок | 1,523 |
Текущая Версия | 0.2 |
Последнее Обновление | 2018-01-02 |
Дата публикации | 2018-01-02 |
Рейтинг | 5.00/5 Всего 12 оценок |
Разработчик | eBay India Affiliates |
Тип оплаты | free |
Официальный сайт расширения | https://ebayindia.hasoffers.com/ |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "eBay.in Affiliate Link Generator", "short_name": "eBay Links", "version": "0.2", "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "eBay.in Affiliate Link Generator" }, "permissions": [ "tabs", "storage", "clipboardWrite" ], "content_scripts": [ { "matches": [ "https:\/\/www.ebay.in\/*", "http:\/\/www.ebay.in\/*" ], "js": [ "jquery-3.2.1.min.js", "content.js" ] } ] } |