Amazon Rank Chrome Extension
This extension allows you to quickly see the number of items sold in each category and what you percent the item is in that…
What is Amazon Rank Chrome Extension?
Amazon Rank Chrome Extension is a Chrome extension developed by https://www.fbamaster.com, and its main feature is "This extension allows you to quickly see the number of items sold in each category and what you percent the item is in that…".
Extension Screenshots
Download Amazon Rank Chrome Extension Extension CRX File
Download Amazon Rank Chrome Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension allows you to quickly see the number of items sold in each category and what you percent the item is in that category.
Extension Basic Information
Name | Amazon Rank Chrome Extension |
ID | afcbjmdkfcdfbamemeadbpmabohjehcl |
Official URL | https://chromewebstore.google.com/detail/amazon-rank-chrome-extens/afcbjmdkfcdfbamemeadbpmabohjehcl |
Description | This extension allows you to quickly see the number of items sold in each category and what you percent the item is in that… |
File Size | 104 KB |
Installation Count | 9,534 |
Current Version | 1.3 |
Last Updated | 2016-03-09 |
Publish Date | 2016-03-09 |
Rating | 4.36/5 Total 14 Ratings |
Developer | https://www.fbamaster.com |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Amazon Rank Chrome Extension", "description": "", "version": "1.3", "browser_action": { "default_popup": "popup.html" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/www.amazon.com\/*" ], "css": [ "styles.css" ], "js": [ "settings.js", "jquery-2.2.1.js", "contentScript.js" ] } ], "permissions": [ "activeTab", "webNavigation" ] } |