SpeShu Logistic
Инструмент для работы с товарами с сайта TaoBao, Tmall, 1688
SpeShu Logistic란 무엇입니까?
SpeShu Logistic은(는) speshulogistic에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Инструмент для работы с товарами с сайта TaoBao, Tmall, 1688"입니다.
확장 프로그램 스크린샷
SpeShu Logistic 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Автоматизируйте покупку и продажу товаров из Китая — SpeShu интегрируется с Taobao, Tmall и 1688.com и автоматизирует покупку, продажи и доставку, чтобы увеличить маржинальность бизнеса и помочь масштабироваться.
확장 프로그램 기본 정보
이름 | |
ID | mdefoglhlagnobgoncgpenenkeclalfp |
공식 URL | https://chromewebstore.google.com/detail/speshu-logistic/mdefoglhlagnobgoncgpenenkeclalfp |
설명 | Инструмент для работы с товарами с сайта TaoBao, Tmall, 1688 |
파일 크기 | 203 KB |
설치 횟수 | 63 |
현재 버전 | 3.1.42 |
최근 업데이트 | 2019-09-22 |
출시 날짜 | 2019-09-22 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | speshulogistic |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://speshu.su/ |
개인정보 보호 정책 페이지 URL | https://speshu.su/privacy-policy |
지원되는 언어 | 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\/*" ] } |