Tiện ích lên đơn NhatBien.com
Hỗ trợ thêm sản phẩm từ taobao.com, tmall.com, jd.com, 1688.com vào giỏ hàng của NhatBien.com
Tiện ích lên đơn NhatBien.com란 무엇입니까?
Tiện ích lên đơn NhatBien.com은(는) HenryDo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hỗ trợ thêm sản phẩm từ taobao.com, tmall.com, jd.com, 1688.com vào giỏ hàng của NhatBien.com"입니다.
확장 프로그램 스크린샷
Tiện ích lên đơn NhatBien.com 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Tiện ích lên đơn NhatBien.com
확장 프로그램 기본 정보
이름 | Tiện ích lên đơn NhatBien.com |
ID | fogoongojkeplfifbaljlgcoofpndjom |
공식 URL | https://chromewebstore.google.com/detail/ti%E1%BB%87n-%C3%ADch-l%C3%AAn-%C4%91%C6%A1n-nhatbien/fogoongojkeplfifbaljlgcoofpndjom |
설명 | Hỗ trợ thêm sản phẩm từ taobao.com, tmall.com, jd.com, 1688.com vào giỏ hàng của NhatBien.com |
파일 크기 | 1.16 MB |
설치 횟수 | 95 |
현재 버전 | 1.3.5 |
최근 업데이트 | 2024-01-02 |
출시 날짜 | 2022-07-09 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | HenryDo |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://nhatbien.com/category/chinh-sach |
지원되는 언어 | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Ti\u1ec7n \u00edch l\u00ean \u0111\u01a1n NhatBien.com", "description": "H\u1ed7 tr\u1ee3 th\u00eam s\u1ea3n ph\u1ea9m t\u1eeb taobao.com, tmall.com, jd.com, 1688.com v\u00e0o gi\u1ecf h\u00e0ng c\u1ee7a NhatBien.com", "version": "1.3.5", "action": { "default_icon": { "16": "images\/icon_16x16.png", "24": "images\/icon_32x32.png", "32": "images\/icon_32x32.png", "64": "images\/icon_64x64.png", "128": "images\/icon_128x128.png" }, "default_title": "Ti\u1ec7n \u00edch l\u00ean \u0111\u01a1n h\u00e0ng d\u00e0nh cho NhatBien.com tr\u00ean taobao, jd, tmall, 1688", "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "icons": { "16": "images\/icon_16x16.png", "32": "images\/icon_32x32.png", "64": "images\/icon_64x64.png", "128": "images\/icon_128x128.png" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/2.taobao.com\/item.htm", "https:\/\/*.NhatBien.com\/*", "http:\/\/*.taobao.com\/*", "https:\/\/*.taobao.com\/*", "http:\/\/*.tmall.com\/*", "https:\/\/*.tmall.com\/*", "https:\/\/*.tmall.hk\/*", "https:\/\/*.jd.com\/*", "https:\/\/*.jd.hk\/*", "http:\/\/detail.1688.com\/*", "https:\/\/detail.1688.com\/*", "http:\/\/item.1688.com\/*", "https:\/\/item.1688.com\/*", "http:\/\/item.jd.com\/*", "https:\/\/item.jd.com\/*", "https:\/\/item.jd.hk\/*" ], "optional_host_permissions": [ "*:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ "images\/arrow-icon.png", "images\/extention_icon.png" ], "matches": [], "extension_ids": [ "ocmfmaoclahfphdknihjjebpdkbiaaig" ], "use_dynamic_url": true } ], "content_security_policy": { "sandbox": "sandbox allow-scripts; script-src 'self' 'http:\/\/*.taobao.com\/*' 'https:\/\/*.taobao.com\/*' 'http:\/\/detail.1688.com\/*' 'https:\/\/detail.1688.com\/*'" }, "content_scripts": [ { "matches": [ "https:\/\/*.NhatBien.com\/*", "http:\/\/*.taobao.com\/*", "https:\/\/*.taobao.com\/*", "http:\/\/*.tmall.com\/*", "https:\/\/*.tmall.com\/*", "https:\/\/*.tmall.hk\/*", "https:\/\/*.jd.com\/*", "https:\/\/*.jd.hk\/*", "http:\/\/detail.1688.com\/*", "https:\/\/detail.1688.com\/*", "http:\/\/item.1688.com\/*", "https:\/\/item.1688.com\/*", "http:\/\/item.jd.com\/*", "https:\/\/item.jd.com\/*", "https:\/\/item.jd.hk\/*" ], "css": [ "all.min.css" ], "js": [ "all.js" ] } ] } |