nhaphangsi.com
Đặt hàng taobao, tmall, 1688...
nhaphangsi.com란 무엇입니까?
nhaphangsi.com은(는) NhapHangTaoBao에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Đặt hàng taobao, tmall, 1688..."입니다.
확장 프로그램 스크린샷
nhaphangsi.com 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Nhập hàng sỉ, Chuyên nhập hàng taobao, tmall, 1688... Từ trang chi tiết của taobao, 1688, khách hàng có thểm thêm sản phẩm vào giỏ hàng, sau đặt hàng, Chúng tôi sẽ đặt hàng giúp bạn Version mới update lại addon để thêm được sản phẩm 1688 trên giao diện mới
확장 프로그램 기본 정보
이름 | nhaphangsi.com |
ID | cccmocobgmllibhjjmhcbogkggmpkbjn |
공식 URL | https://chromewebstore.google.com/detail/nhaphangsicom/cccmocobgmllibhjjmhcbogkggmpkbjn |
설명 | Đặt hàng taobao, tmall, 1688... |
파일 크기 | 112 KB |
설치 횟수 | 68 |
현재 버전 | 1.13 |
최근 업데이트 | 2023-03-09 |
출시 날짜 | 2019-03-22 |
개발자 | NhapHangTaoBao |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://nhaphangsi.com/ |
도움말 페이지 URL | http://nhaphangsi.com/ |
개인정보 보호 정책 페이지 URL | http://tinphatorder.com/term.html |
지원되는 언어 | vi |
manifest.json | |
{ "name": "nhaphangsi.com", "version": "1.13", "manifest_version": 2, "description": "\u0110\u1eb7t h\u00e0ng taobao, tmall, 1688...", "icons": { "16": "icon.png", "128": "icon.png" }, "content_scripts": [ { "js": [ "jquery.js", "nhaphangsi.js", "config.js" ], "matches": [ "https:\/\/*.tmall.com\/*", "https:\/\/*.tmall.hk\/*", "https:\/\/*.taobao.com\/*", "https:\/\/*.yao.95095.com\/*", "https:\/\/*.1688.com\/*", "https:\/\/*.hm.com\/*", "https:\/\/*.hm.cn\/*", "https:\/\/*.zara.cn\/*", "https:\/\/*.zara.com\/*", "https:\/\/*.jd.com\/*" ] } ], "background": { "page": "background.html", "persistent": true }, "permissions": [ "https:\/\/nhaphangsi.com\/*", "https:\/\/*.tmall.hk\/*", "http:\/\/nhaphangsi.com\/*", "https:\/\/*.tmall.com\/*", "https:\/\/*.taobao.com\/*", "https:\/\/*.1688.com\/*", "https:\/\/*.hm.com\/*", "https:\/\/*.hm.cn\/*", "https:\/\/*.zara.cn\/*", "https:\/\/*.yao.95095.com\/*", "https:\/\/*.zara.com\/*", "https:\/\/*.jd.com\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_title": "", "default_icon": "icon.png" } } |