Seller Tracker Plugin
Плагин для копирования данных заказа с Amazon в eBay и поиска товаров для дропшиппинга.
What is Seller Tracker Plugin?
Seller Tracker Plugin is a Chrome extension developed by http://www.seller-tracker.com, and its main feature is "Плагин для копирования данных заказа с Amazon в eBay и поиска товаров для дропшиппинга.".
Extension Screenshots
Download Seller Tracker Plugin Extension CRX File
Download Seller Tracker Plugin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Плагин для эффективного дропшиппинга Возможности: 1) Копирование заказа с Amazon в eBay 2) Расчет продаваемости 3) Поиск BSR 4) Кнопка быстрого поиска на Amazon и Walmart 5) Скрытие Prime товаров При копировании заказа, не забудьте проверить корректность данных. Mы не несем ответсвенности за неправильные заказы.
Extension Basic Information
Name | |
ID | pmhalapgnmdhoigikfolboinihlgiikb |
Official URL | https://chrome.google.com/webstore/detail/seller-tracker-plugin/pmhalapgnmdhoigikfolboinihlgiikb |
Description | Плагин для копирования данных заказа с Amazon в eBay и поиска товаров для дропшиппинга. |
File Size | 553 KB |
Installation Count | 267 |
Current Version | 0.0.5 |
Last Updated | 2019-03-08 |
Publish Date | 2019-03-08 |
Rating | 4.00/5 Total 3 Ratings |
Developer | http://www.seller-tracker.com |
[email protected] | |
Payment Type | free |
Extension Website | http://seller-tracker.com |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.0.5", "name": "Seller Tracker Plugin", "description": "\u041f\u043b\u0430\u0433\u0438\u043d \u0434\u043b\u044f \u043a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u0434\u0430\u043d\u043d\u044b\u0445 \u0437\u0430\u043a\u0430\u0437\u0430 \u0441 Amazon \u0432 eBay \u0438 \u043f\u043e\u0438\u0441\u043a\u0430 \u0442\u043e\u0432\u0430\u0440\u043e\u0432 \u0434\u043b\u044f \u0434\u0440\u043e\u043f\u0448\u0438\u043f\u043f\u0438\u043d\u0433\u0430.", "icons": { "128": "logo.png" }, "homepage_url": "http:\/\/seller-tracker.com", "browser_action": { "default_popup": "index.html" }, "web_accessible_resources": [ "static\/*" ], "permissions": [ "tabs", "activeTab", "webRequest", "storage", "unlimitedStorage", "https:\/\/ajax.googleapis.com\/", "https:\/\/www.amazon.com\/*" ], "background": { "scripts": [ "static\/background.bundle.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*.ebay.com\/*", "https:\/\/*.amazon.com\/*" ], "js": [ "static\/plugin.bundle.js" ], "css": [ "static\/plugin.bundle.css" ] } ] } |