SpeShu Logistic
Инструмент для работы с товарами с сайта TaoBao, Tmall, 1688
Wat is SpeShu Logistic?
SpeShu Logistic is een Chrome-extensie ontwikkeld door speshulogistic, en de belangrijkste functie is "Инструмент для работы с товарами с сайта TaoBao, Tmall, 1688".
Extensie Screenshots
Download het CRX-bestand van de extensie SpeShu Logistic
Download SpeShu Logistic-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Автоматизируйте покупку и продажу товаров из Китая — SpeShu интегрируется с Taobao, Tmall и 1688.com и автоматизирует покупку, продажи и доставку, чтобы увеличить маржинальность бизнеса и помочь масштабироваться.
Basisinformatie over de Extensie
Naam | |
ID | mdefoglhlagnobgoncgpenenkeclalfp |
Officiële URL | https://chromewebstore.google.com/detail/speshu-logistic/mdefoglhlagnobgoncgpenenkeclalfp |
Beschrijving | Инструмент для работы с товарами с сайта TaoBao, Tmall, 1688 |
Bestandsgrootte | 203 KB |
Aantal Installaties | 63 |
Huidige Versie | 3.1.42 |
Laatst Bijgewerkt | 2019-09-22 |
Publicatiedatum | 2019-09-22 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | speshulogistic |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://speshu.su/ |
URL van de Privacybeleid Pagina | https://speshu.su/privacy-policy |
Ondersteunde Talen | 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\/*" ] } |