Shipup

Shipup

The Shipup extension instantly displays shipping information to your support team every time they open a ticket in their CRM

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Shipup",
  "version": "1.6.15",
  "description": "The Shipup extension instantly displays shipping information to your support team every time they open a ticket in their CRM",
  "browser_action": {
    "default_title": "Shipup"
  },
  "icons": {
    "16": "favicon-16x16.png",
    "32": "favicon-32x32.png",
    "96": "favicon-96x96.png"
  },
  "permissions": [
    "storage",
    "tabs",
    "activeTab",
    "cookies",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.bundle.js"
    ]
  },
  "web_accessible_resources": [
    "frame.html"
  ],
  "content_security_policy": "script-src 'self'",
  "externally_connectable": {
    "matches": [
      "https://app.shipup.co/loginextension*",
      "https://app.shipup.co/loginsso*"
    ]
  }
}