SUPER SELLER CENTRAL - amazon for sellers

SUPER SELLER CENTRAL - amazon for sellers

Like sellercentral on steroids - make or break for your success on amazon

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "SUPER SELLER CENTRAL - amazon for sellers",
  "version": "2.12.4.2",
  "description": "Like sellercentral on steroids - make or break for your success on amazon",
  "manifest_version": 2,
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "assets/supersellercentral_logo.png"
  },
  "icons": {
    "128": "assets/supersellercentral_logo.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.amazon.de/*",
        "https://*.amazon.com/*",
        "https://*.amazon.it/*",
        "https://*.amazon.fr/*",
        "https://*.amazon.es/*",
        "https://*.amazon.co.uk/*",
        "https://*.amazon.ca/*",
        "https://*.amazon.com.mx/*",
        "https://amazon.de/*",
        "https://amazon.com/*",
        "https://amazon.it/*",
        "https://amazon.fr/*",
        "https://amazon.es/*",
        "https://amazon.co.uk/*"
      ],
      "js": [
        "assets/scripts/libs/alpine.min.js",
        "content/core.store.bundle.js",
        "content/authorization.service.bundle.js",
        "content/mws.service.bundle.js",
        "content/shared.service.bundle.js",
        "content/case-lobby.bundle.js",
        "content/inventory.bundle.js",
        "content/home.bundle.js",
        "content/orders.bundle.js",
        "content/stripeFrame.bundle.js",
        "content/messages.bundle.js",
        "content/dashboard.bundle.js",
        "content/reports.bundle.js",
        "content/targets.bundle.js",
        "content/sales.bundle.js",
        "content/payments.bundle.js",
        "content/review-booster.bundle.js",
        "content/intercom.bundle.js",
        "content/crawl.service.bundle.js",
        "content/adppc.service.bundle.js"
      ],
      "css": [
        "assets/fonts/fonts.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    "assets/fonts/*.*",
    "assets/style/*.*",
    "assets/stripeFrame.html"
  ],
  "permissions": [
    "tabs",
    "activeTab",
    "storage",
    "https://*.amazon.de/*",
    "https://*.amazon.com/*",
    "https://*.amazon.it/*",
    "https://*.amazon.fr/*",
    "https://*.amazon.es/*",
    "https://*.amazon.co.uk/*",
    "https://*.amazon.ca/*",
    "https://*.amazon.com.mx/*",
    "https://amazon.de/*",
    "https://amazon.com/*",
    "https://amazon.it/*",
    "https://amazon.fr/*",
    "https://amazon.es/*",
    "https://amazon.co.uk/*",
    "*://*.supersellercentral.com/*",
    "*://localhost/*",
    "*://api.ai-pricer.com/*"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://stripe.com https://js.stripe.com https://js.stripe.com/v3 https://*.intercomcdn.com/ https://*.intercom.io/ https://www.gstatic.com/ https://*.firebaseio.com https://apis.google.com https://www.google-analytics.com; object-src 'self'",
  "background": {
    "scripts": [
      "assets/scripts/google-analytics.js",
      "background/background.bundle.js"
    ],
    "persistent": false
  },
  "externally_connectable": {
    "matches": [
      "*://*.intercom.io/*",
      "*://localhost/*",
      "*://invoicecloud-auth.web.app/*",
      "*://invoicecloud-prod.web.app/*",
      "*://auth.sub-etha-sens-o-matic.com/*"
    ]
  }
}