SendMyParcel

SendMyParcel

Create MyParcel labels from any website. Retrieve all the information you need to create a shipping label in one click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "__MSG_appDescription__",
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "author": {
    "email": "[email protected]"
  },
  "default_locale": "en",
  "host_permissions": [
    "*://*/*"
  ],
  "icons": {
    "16": "assets/icons/icon-sendmyparcel-16px.png",
    "48": "assets/icons/icon-sendmyparcel-48px.png",
    "128": "assets/icons/icon-sendmyparcel-128px.png"
  },
  "manifest_version": 3,
  "minimum_chrome_version": "88",
  "permissions": [
    "activeTab",
    "contextMenus",
    "storage",
    "tabs"
  ],
  "version": "2.8.0.0",
  "version_name": "2.8.0",
  "content_scripts": [
    {
      "js": [
        "assets/contentScript.ts-loader-Dl8QCsZf.js"
      ],
      "all_frames": true,
      "exclude_matches": [
        "*://backoffice.flespakket.nl/*",
        "*://backoffice.myparcel.nl/*",
        "*://backoffice.sendmyparcel.be/*",
        "*://extension.flespakket.nl/*",
        "*://extension.myparcel.nl/*",
        "*://extension.sendmyparcel.be/*"
      ],
      "matches": [
        "<all_urls>"
      ],
      "world": "ISOLATED",
      "css": [
        "assets/contentScript-CHseJeaE.css"
      ]
    }
  ],
  "action": {
    "default_icon": {
      "16": "assets/icons/icon-sendmyparcel-16px.png",
      "48": "assets/icons/icon-sendmyparcel-48px.png",
      "128": "assets/icons/icon-sendmyparcel-128px.png"
    }
  },
  "name": "SendMyParcel",
  "short_name": "SendMyParcel",
  "externally_connectable": {
    "matches": [
      "*://*.sendmyparcel.be/*"
    ]
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "assets/ActionNames-C5jEx6RU.js",
        "assets/contentScript.ts-Ut7STKxS.js"
      ],
      "use_dynamic_url": true
    }
  ]
}