全国快递查询
可以非常方便的查询到全国快递
What is 全国快递查询?
全国快递查询 is a Chrome extension developed by oszcoszc, and its main feature is "可以非常方便的查询到全国快递".
Extension Screenshots
Download 全国快递查询 Extension CRX File
Download 全国快递查询 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
几乎可以查询所有快递 1、可以方便的添加快递信息 2、添加的记录会自动保存,以便下次查询 3、快递状态变动,及时弹出通知 4、另外有手机端免费使用 5、在插件中添加的快递信息可以方便通过二维码扫描方式添加到手机端
Extension Basic Information
Name | |
ID | nlpbgolheaiipljmcdjlfhcamghnpdlp |
Official URL | https://chromewebstore.google.com/detail/%E5%85%A8%E5%9B%BD%E5%BF%AB%E9%80%92%E6%9F%A5%E8%AF%A2/nlpbgolheaiipljmcdjlfhcamghnpdlp |
Description | 可以非常方便的查询到全国快递 |
File Size | 822 KB |
Installation Count | 28 |
Current Version | 1.0 |
Last Updated | 2014-01-29 |
Publish Date | 2014-01-29 |
Rating | 4.33/5 Total 3 Ratings |
Developer | oszcoszc |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u5168\u56fd\u5feb\u9012\u67e5\u8be2", "description": "\u53ef\u4ee5\u975e\u5e38\u65b9\u4fbf\u7684\u67e5\u8be2\u5230\u5168\u56fd\u5feb\u9012", "version": "1.0", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "permissions": [ "background", "alarms", "notifications", "storage", "http:\/\/*\/*" ], "browser_action": { "default_title": "\u5168\u56fd\u5feb\u9012\u67e5\u8be2", "default_icon": "256.png", "default_popup": "JqueryPopup.html" }, "background": { "persistent": false, "scripts": [ "library.js", "background.js" ] } } |