Proseller Amazon Keyword index & Rank tester

Proseller Amazon Keyword index & Rank tester

Proseller - Free Amazon Keyword Index and Keyword Ranking tester for all amazon market places.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Proseller Amazon Keyword index & Rank tester",
  "version": "3.0",
  "description": "Proseller - Free Amazon Keyword Index and Keyword Ranking tester for all amazon market places.",
  "icons": {
    "128": "images/favicon.png"
  },
  "manifest_version": 2,
  "browser_action": {
    "default_icon": "images/favicon.png"
  },
  "permissions": [
    "tabs",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ]
  }
}