SpeShu Logistic
Инструмент для работы с товарами с сайта TaoBao, Tmall, 1688
Was ist SpeShu Logistic?
SpeShu Logistic ist eine Chrome-Erweiterung, die von speshulogistic entwickelt wurde, und ihr Hauptmerkmal ist "Инструмент для работы с товарами с сайта TaoBao, Tmall, 1688".
Erweiterungsscreenshots
SpeShu Logistic-Erweiterungs-CRX-Datei herunterladen
Laden Sie SpeShu Logistic-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Автоматизируйте покупку и продажу товаров из Китая — SpeShu интегрируется с Taobao, Tmall и 1688.com и автоматизирует покупку, продажи и доставку, чтобы увеличить маржинальность бизнеса и помочь масштабироваться.
Grundlegende Informationen zur Erweiterung
Name | |
ID | mdefoglhlagnobgoncgpenenkeclalfp |
Offizielle URL | https://chromewebstore.google.com/detail/speshu-logistic/mdefoglhlagnobgoncgpenenkeclalfp |
Beschreibung | Инструмент для работы с товарами с сайта TaoBao, Tmall, 1688 |
Dateigröße | 203 KB |
Installationsanzahl | 63 |
Aktuelle Version | 3.1.42 |
Letztes Update | 2019-09-22 |
Veröffentlichungsdatum | 2019-09-22 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | speshulogistic |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://speshu.su/ |
URL der Datenschutzrichtlinien-Seite | https://speshu.su/privacy-policy |
Unterstützte Sprachen | 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\/*" ] } |