Seller Central Support Case Quick Open

Seller Central Support Case Quick Open

Quickly view your Amazon support cases in Seller Central, or open a new support case, with a single click of a button!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "1.0.37",
  "icons": {
    "16": "icon_16.png",
    "32": "icon_32.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Click here"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://embed.tawk.to https://cdn.jsdelivr.net https://static-v.tawk.to; object-src 'self';",
  "permissions": [
    "identity",
    "identity.email",
    "background",
    "activeTab",
    "storage"
  ]
}