LumahGo - A Click Add Waybill & Products
One Click Add Waybill No. & Procurement Products
LumahGo - A Click Add Waybill & Products란 무엇입니까?
LumahGo - A Click Add Waybill & Products은(는) lumahgo.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "One Click Add Waybill No. & Procurement Products"입니다.
확장 프로그램 스크린샷
LumahGo - A Click Add Waybill & Products 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Tools to help you on adding Taobao procerement and shipment orders easily and no hassle. 1. You can add Taobao product into LumahGo shopping cart from Taobao product page. 2. With one click, this extension will save your shipment orders details into your LumahGo account from Taobao order detail page. 3. This extension will check if the Taobao product is entitled with free pickup delivery fees automatically. 4.Extensino also support 1688.com, aliexpress.com, shopee lazada product scraping.
확장 프로그램 기본 정보
이름 | LumahGo - A Click Add Waybill & Products |
ID | eeijegbfohaamdmkoeilfailclkghifk |
공식 URL | https://chromewebstore.google.com/detail/lumahgo-a-click-add-waybi/eeijegbfohaamdmkoeilfailclkghifk |
설명 | One Click Add Waybill No. & Procurement Products |
파일 크기 | 448 KB |
설치 횟수 | 35 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2021-11-13 |
출시 날짜 | 2020-08-02 |
개발자 | lumahgo.com |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://lumahgo.com/frontend/default/helpCenter/privacy.html |
지원되는 언어 | en-GB |
manifest.json | |
{ "manifest_version": 2, "name": "LumahGo - A Click Add Waybill & Products", "version": "1.0.2", "description": "One Click Add Waybill No. & Procurement Products", "icons": { "16": "image\/logo16.png", "32": "image\/logo32.png", "96": "image\/logo96.png", "128": "image\/logo128.png" }, "content_scripts": [ { "css": [ "csslib\/sweetalert2.min.css", "csslib\/bootstrap.min.css", "csslib\/taobao_daiyun.css", "csslib\/taobao_daigou.css", "csslib\/custom.css" ], "js": [ "jslib\/config.js", "jslib\/jquery.js", "jslib\/sweetalert2.min.js", "jslib\/bootstrap.min.js", "jslib\/lumahgo_common.js", "jslib\/taobao_daiyun.js", "jslib\/taobao_daigou.js", "jslib\/taobao_cashback.js" ], "matches": [ "*:\/\/buyertrade.taobao.com\/*", "*:\/\/world.taobao.com\/*", "*:\/\/taobao.com\/*", "*:\/\/www.taobao.com\/*", "*:\/\/item.taobao.com\/*", "*:\/\/world.tmall.com\/*", "*:\/\/detail.tmall.com\/*", "*:\/\/detail.vip.com\/*", "*:\/\/s.taobao.com\/*" ], "run_at": "document_end" } ], "web_accessible_resources": [ "image\/*" ], "permissions": [ "storage", "*:\/\/lumahgo.com\/*", "*:\/\/localhost\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |