100Express
中国集运专家,一键添加包裹功能!
100Express là gì?
100Express là một tiện ích mở rộng Chrome được phát triển bởi https://www.100express.com, và tính năng chính của nó là "中国集运专家,一键添加包裹功能!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng 100Express
Tải xuống các tệp mở rộng 100Express dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
中国集运专家,一键添加包裹功能!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | 100Express |
ID | pcaljnfcckhocelhhimepocadoedfgdj |
URL Chính Thức | https://chromewebstore.google.com/detail/100express/pcaljnfcckhocelhhimepocadoedfgdj |
Mô tả | 中国集运专家,一键添加包裹功能! |
Kích Thước Tệp | 325 KB |
Số Lần Cài Đặt | 336 |
Phiên Bản Hiện Tại | 1.0.6 |
Cập Nhật Lần Cuối | 2018-12-09 |
Ngày Phát Hành | 2018-12-09 |
Nhà Phát Triển | https://www.100express.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.100express.com/ |
Ngôn Ngữ Được Hỗ Trợ | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "100Express", "version": "1.0.6", "manifest_version": 2, "background": { "scripts": [ "lib\/jquery.min.js", "lib\/dist\/js\/bootstrap.min.js", "background.js" ] }, "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "icon.png", "256": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/buyertrade.taobao.com\/trade\/itemlist\/*" ], "css": [ "\/contents\/content.css", "\/lib\/dist\/css\/bootstrap.min.css" ], "js": [ "\/lib\/jquery.min.js", "\/lib\/dist\/js\/bootstrap.min.js", "\/contents\/taobao.js", "\/contents\/content.js" ], "run_at": "document_idle", "all_frames": true }, { "matches": [ "*:\/\/trade.1688.com\/order\/buyer_order_list.htm*", "*:\/\/work.1688.com\/*" ], "css": [ "\/contents\/content.css", "\/lib\/dist\/css\/bootstrap.min.css" ], "js": [ "\/lib\/jquery.min.js", "\/lib\/dist\/js\/bootstrap.min.js", "\/contents\/1688.js", "\/contents\/content.js" ], "run_at": "document_idle", "all_frames": true }, { "matches": [ "*:\/\/order.jd.com\/*" ], "css": [ "\/contents\/content.css", "\/lib\/dist\/css\/bootstrap.min.css" ], "js": [ "\/lib\/jquery.min.js", "\/lib\/dist\/js\/bootstrap.min.js", "\/contents\/jd.js", "\/contents\/content.js" ], "run_at": "document_idle", "all_frames": true } ], "permissions": [ "tabs", "storage", "*:\/\/order.jd.com\/*", "*:\/\/trade.1688.com\/*", "*:\/\/buyertrade.taobao.com\/*", "*:\/\/work.1688.com\/*", "*:\/\/www.100express.com\/*" ] } |