Dai68.vn Order China
Dai68.vn Order China, Đặt hàng Trung Quốc
Dai68.vn Order Chinaとは何ですか?
Dai68.vn Order Chinaはhauhm1005によって開発されたChromeの拡張機能で、その主な機能は「Dai68.vn Order China, Đặt hàng Trung Quốc」です。
拡張機能のスクリーンショット
Dai68.vn Order China拡張機能のCRXファイルをダウンロード
Dai68.vn Order China拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Dai68.vn - Order Tool Công cụ đặt hàng nhanh của Dai68.vn http://Dai68.vn | Công cụ đặt hàng từ website TaoBao.com, Tmall.com, jd.com và 1688.com. Dai68.vn Order Tool Extension được tạo ra nhằm mục đích hỗ trợ người dùng của website Dai68.vn có thể duyệt thông tin hàng hóa trên các website Taobao.com, Tmall.com, jd.com và 1688.com. Nhập hàng trực tuyến với hàng triệu sản phẩm phong phú từ những website Thương Mại Điện Tử lớn của TQ như: taobao.com, tmall.com, jd.com và 1688.com
拡張機能の基本情報
名前 | Dai68.vn Order China |
ID | gfpdenlhkbpoomgkmnllnlkdbpfmaebh |
公式URL | https://chromewebstore.google.com/detail/dai68vn-order-china/gfpdenlhkbpoomgkmnllnlkdbpfmaebh |
説明 | Dai68.vn Order China, Đặt hàng Trung Quốc |
ファイルサイズ | 68.67 KB |
インストール数 | 38 |
現在のバージョン | 2.5 |
最終更新日 | 2020-04-28 |
公開日 | 2020-04-28 |
評価 | 4.00/5 合計 1 レビュー |
開発者 | hauhm1005 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dai68.vn Order China", "version": "2.5", "description": "Dai68.vn Order China, \u0110\u1eb7t h\u00e0ng Trung Qu\u1ed1c", "permissions": [ "activeTab", "declarativeContent", "storage", "tabs" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/item.taobao.com\/*", "https:\/\/detail.tmall.com\/*", "https:\/\/world.tmall.com\/*", "https:\/\/item.jd.com\/*", "http:\/\/dathangchina.tk\/*", "https:\/\/detail.1688.com\/*", "http:\/\/localhost:8888\/*", "https:\/\/detail.tmall.hk\/*", "http:\/\/dai68.vn\/*" ], "js": [ "jquery.min.js", "content-script.js", "script\/taobao.js", "script\/tmall.js", "script\/jd.js", "script\/oneone.js" ], "css": [ "style.css" ] } ], "page_action": { "default_icon": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" } }, "icons": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "manifest_version": 2, "web_accessible_resources": [ "images\/*.png" ] } |