Scanalyze - For Online Sourcing/Arbitrage

Scanalyze - For Online Sourcing/Arbitrage

Smart online sourcing/arbitrage for Amazon, Keepa, and CamelCamelCamel.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "icons": {
    "48": "Scanalyze-48x48.png",
    "128": "Scanalyze-128x128.png"
  },
  "permissions": [
    "*://sellercentral.amazon.com/*",
    "*://sellercentral.amazon.ca/*",
    "*://catalog.amazon.com/*",
    "*://catalog-sc.amazon.ca/*",
    "*://www.amazon.com/*",
    "*://www.amazon.ca/*",
    "http://camelcamelcamel.com/*",
    "https://camelcamelcamel.com/*",
    "https://keepa.com/*",
    "*://*.amazon.com/*",
    "*://*.thetracktor.com/*",
    "*://*.scandroidpro.com/*"
  ],
  "name": "Scanalyze - For Online Sourcing/Arbitrage",
  "short_name": "Scanalyze",
  "description": "Smart online sourcing/arbitrage for Amazon, Keepa, and CamelCamelCamel.",
  "version": "2.2.6",
  "content_scripts": [
    {
      "js": [
        "jquery-1.8.3.min.js",
        "js/MYmaterialize.js",
        "content.js"
      ],
      "css": [
        "css/MYmaterialize.css",
        "css/Scanalyze.css"
      ],
      "matches": [
        "http://camelcamelcamel.com/*",
        "https://camelcamelcamel.com/*",
        "https://keepa.com/*",
        "*://*.amazon.com/*",
        "*://www.amazon.ca/*",
        "*://*.thetracktor.com/*"
      ],
      "all_frames": true
    }
  ],
  "content_security_policy": "script-src 'self' https://cdnjs.cloudflare.com; object-src 'self'",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_popup": "b_popup.html",
    "default_title": "Scanalyze"
  },
  "web_accessible_resources": [
    "*"
  ]
}