SpeShu Logistic
Инструмент для работы с товарами с сайта TaoBao, Tmall, 1688
What is SpeShu Logistic?
SpeShu Logistic is a Chrome extension developed by speshulogistic, and its main feature is "Инструмент для работы с товарами с сайта TaoBao, Tmall, 1688".
Extension Screenshots
Download SpeShu Logistic Extension CRX File
Download SpeShu Logistic 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
Автоматизируйте покупку и продажу товаров из Китая — SpeShu интегрируется с Taobao, Tmall и 1688.com и автоматизирует покупку, продажи и доставку, чтобы увеличить маржинальность бизнеса и помочь масштабироваться.
Extension Basic Information
Name | |
ID | mdefoglhlagnobgoncgpenenkeclalfp |
Official URL | https://chromewebstore.google.com/detail/speshu-logistic/mdefoglhlagnobgoncgpenenkeclalfp |
Description | Инструмент для работы с товарами с сайта TaoBao, Tmall, 1688 |
File Size | 203 KB |
Installation Count | 63 |
Current Version | 3.1.42 |
Last Updated | 2019-09-22 |
Publish Date | 2019-09-22 |
Rating | 5.00/5 Total 1 Ratings |
Developer | speshulogistic |
[email protected] | |
Payment Type | free |
Extension Website | https://speshu.su/ |
Privacy Policy Page URL | https://speshu.su/privacy-policy |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "ru", "name": "SpeShu Logistic", "short_name": "SpeShu", "description": "\u0418\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442 \u0434\u043b\u044f \u0440\u0430\u0431\u043e\u0442\u044b \u0441 \u0442\u043e\u0432\u0430\u0440\u0430\u043c\u0438 \u0441 \u0441\u0430\u0439\u0442\u0430 TaoBao, Tmall, 1688", "version": "3.1.42", "author": "Factorov Lab", "homepage_url": "https:\/\/factorov.ru", "options_ui": { "page": "options.html", "open_in_tab": false }, "icons": { "32": "build\/img\/icons\/icon_32.png", "48": "build\/img\/icons\/icon_48.png", "64": "build\/img\/icons\/icon_64.png", "128": "build\/img\/icons\/icon_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.taobao.com\/*", "https:\/\/*.tmall.com\/*", "https:\/\/*.tmall.hk\/*", "https:\/\/*.1688.com\/*" ], "js": [ "build\/js\/libs\/libs.js", "build\/js\/content.js" ], "css": [ "build\/css\/style.css" ], "run_at": "document_end" }, { "matches": [ "https:\/\/*.taobao.com\/*" ], "css": [ "build\/css\/shop-taobao.css" ] }, { "matches": [ "https:\/\/*.tmall.com\/*", "https:\/\/*.tmall.hk\/*" ], "css": [ "build\/css\/shop-tmall.css" ] }, { "matches": [ "https:\/\/*.1688.com\/*" ], "css": [ "build\/css\/shop-1688.css" ] } ], "background": { "scripts": [ "build\/js\/libs\/libs.js", "build\/js\/bg.js" ], "persistent": false }, "browser_action": { "default_icon": "build\/img\/icons\/icon_128_transparent.png", "default_popup": "popup.html" }, "permissions": [ "storage", "notifications", "https:\/\/*.sslogistic.ru\/*", "http:\/\/*.local\/*", "https:\/\/*.1688.com\/*", "https:\/\/*.aliyuncs.com\/*", "https:\/\/*.taobao.com\/*" ] } |