快递查询助手

快递查询助手

快递查询助手 - 提供便捷的快递查询服务,支持申通、ems、圆通、顺丰、中通、韵达、天天、汇通、宅急送等常见快递公司的单号查询及快件诊断。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "快递查询助手",
    "default_popup": "popup.html"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "description": "快递查询助手 - 提供便捷的快递查询服务,支持申通、ems、圆通、顺丰、中通、韵达、天天、汇通、宅急送等常见快递公司的单号查询及快件诊断。",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "manifest_version": 2,
  "name": "快递查询助手",
  "author": "快递助手",
  "homepage_url": "http://www.kuaidihelp.com",
  "permissions": [
    "webRequestBlocking",
    "webRequest",
    "notifications",
    "tabs",
    "http://*/*",
    "https://*/*",
    "contextMenus"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0"
}