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…
Was ist Amazon Rank Chrome Extension?
Amazon Rank Chrome Extension ist eine Chrome-Erweiterung, die von https://www.fbamaster.com entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows you to quickly see the number of items sold in each category and what you percent the item is in that…".
Erweiterungsscreenshots
Amazon Rank Chrome Extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie Amazon Rank Chrome Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Amazon Rank Chrome Extension |
ID | afcbjmdkfcdfbamemeadbpmabohjehcl |
Offizielle URL | https://chromewebstore.google.com/detail/amazon-rank-chrome-extens/afcbjmdkfcdfbamemeadbpmabohjehcl |
Beschreibung | This extension allows you to quickly see the number of items sold in each category and what you percent the item is in that… |
Dateigröße | 104 KB |
Installationsanzahl | 9,534 |
Aktuelle Version | 1.3 |
Letztes Update | 2016-03-09 |
Veröffentlichungsdatum | 2016-03-09 |
Bewertung | 4.36/5 Insgesamt 14 Bewertungen |
Entwickler | https://www.fbamaster.com |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |