The Helper extension for Rebatejet.com

The Helper extension for Rebatejet.com

The Helper extension for Rebatejet.com - Pull product information from Amazon product page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "The Helper extension for Rebatejet.com",
  "short_name": "RebateJet",
  "version": "1.0.0",
  "manifest_version": 2,
  "description": "The Helper extension for Rebatejet.com - Pull product information from Amazon product page.",
  "homepage_url": "https://rebatejet.com/",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_action": {
    "default_icon": "icons/icon19.png",
    "default_title": "The Helper extension for Rebatejet.com"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "cookies",
    "tabs",
    "https://*.amazon.com/*",
    "https://*.amazon.co.uk/*",
    "https://*.amazon.co.jp/*",
    "https://*.amazon.cn/*",
    "https://*.amazon.in/*",
    "https://*.amazon.sg/*",
    "https://*.amazon.fr/*",
    "https://*.amazon.de/*",
    "https://*.amazon.it/*",
    "https://*.amazon.nl/*",
    "https://*.amazon.es/*",
    "https://*.amazon.com.tr/*",
    "https://*.amazon.ca/*",
    "https://*.amazon.com.mx/*",
    "https://*.amazon.com.au/*",
    "https://*.amazon.com.br/*"
  ],
  "externally_connectable": {
    "matches": [
      "https://app.rebatejet.com/*"
    ]
  }
}