Salesla

Salesla

Check keywords indexed with your product on Amazon & also track your products position and ranking corresponding to that keyword.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "./images/fav_icon_16.png",
      "32": "./images/fav_icon_32.png",
      "48": "./images/fav_icon_48.png",
      "128": "./images/fav_icon_128.png"
    }
  },
  "content_scripts": [
    {
      "js": [
        "./jquery.js",
        "./sdata.js"
      ],
      "matches": [
        "https://sellercentral.amazon.in/*"
      ],
      "run_at": "document_end"
    },
    {
      "js": [
        "./jquery.js",
        "./keywordRanking.js"
      ],
      "matches": [
        "https://salesla.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "Check keywords indexed with your product on Amazon & also track your products position and ranking corresponding to that keyword.",
  "externally_connectable": {
    "matches": [
      "*://localhost/*",
      "*://salesla.com/*"
    ]
  },
  "icons": {
    "16": "./images/fav_icon_16.png",
    "32": "./images/fav_icon_32.png",
    "48": "./images/fav_icon_48.png",
    "128": "./images/fav_icon_128.png"
  },
  "manifest_version": 2,
  "name": "Salesla",
  "permissions": [
    "https://*/*",
    "http://*/*"
  ],
  "short_name": "salesla",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.0.0.7"
}