paketverfolgung.info

paketverfolgung.info

Select the Tracking ID in your shipping confirmation and use the right-click menu to get to the desired tracking result.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "short_name": "paketverfolgung.info",
  "default_locale": "en",
  "description": "__MSG_extDescription__",
  "version": "0.1",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self';",
  "permissions": [
    "contextMenus"
  ],
  "icons": {
    "16": "images/16.png",
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "background": {
    "scripts": [
      "js/sss.background.js"
    ],
    "persistent": true
  }
}