SpeShu Logistic
Инструмент для работы с товарами с сайта TaoBao, Tmall, 1688
Cos'è SpeShu Logistic?
SpeShu Logistic è un'estensione di Chrome sviluppata da speshulogistic, e la sua funzione principale è "Инструмент для работы с товарами с сайта TaoBao, Tmall, 1688".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SpeShu Logistic
Scarica i file di estensione SpeShu Logistic in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Автоматизируйте покупку и продажу товаров из Китая — SpeShu интегрируется с Taobao, Tmall и 1688.com и автоматизирует покупку, продажи и доставку, чтобы увеличить маржинальность бизнеса и помочь масштабироваться.
Informazioni di Base sull'Estensione
Nome | |
ID | mdefoglhlagnobgoncgpenenkeclalfp |
URL Ufficiale | https://chromewebstore.google.com/detail/speshu-logistic/mdefoglhlagnobgoncgpenenkeclalfp |
Descrizione | Инструмент для работы с товарами с сайта TaoBao, Tmall, 1688 |
Dimensione del File | 203 KB |
Conteggio Installazioni | 63 |
Versione Corrente | 3.1.42 |
Ultimo Aggiornamento | 2019-09-22 |
Data di Pubblicazione | 2019-09-22 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | speshulogistic |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://speshu.su/ |
URL della Pagina della Politica sulla Privacy | https://speshu.su/privacy-policy |
Lingue Supportate | 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\/*" ] } |