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…
Cos'è Amazon Rank Chrome Extension?
Amazon Rank Chrome Extension è un'estensione di Chrome sviluppata da https://www.fbamaster.com, e la sua funzione principale è "This extension allows you to quickly see the number of items sold in each category and what you percent the item is in that…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Amazon Rank Chrome Extension
Scarica i file di estensione Amazon Rank Chrome Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Amazon Rank Chrome Extension |
ID | afcbjmdkfcdfbamemeadbpmabohjehcl |
URL Ufficiale | https://chromewebstore.google.com/detail/amazon-rank-chrome-extens/afcbjmdkfcdfbamemeadbpmabohjehcl |
Descrizione | This extension allows you to quickly see the number of items sold in each category and what you percent the item is in that… |
Dimensione del File | 104 KB |
Conteggio Installazioni | 9,534 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2016-03-09 |
Data di Pubblicazione | 2016-03-09 |
Valutazione | 4.36/5 Totale 14 Valutazioni |
Sviluppatore | https://www.fbamaster.com |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |