AZ 90 Day
Display any Amazon product's average 90 selling price and sales rank.
Cos'è AZ 90 Day?
AZ 90 Day è un'estensione di Chrome sviluppata da Green Lava, e la sua funzione principale è "Display any Amazon product's average 90 selling price and sales rank.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione AZ 90 Day
Scarica i file di estensione AZ 90 Day 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
Get 90 Day Price and Rank Averages on the Amazon Page with the AZ 90 Day Chrome Extension for Amazon.
Informazioni di Base sull'Estensione
Nome | AZ 90 Day |
ID | nnlkfkelmipfdpgjiopncibpcghjkbjl |
URL Ufficiale | https://chromewebstore.google.com/detail/az-90-day/nnlkfkelmipfdpgjiopncibpcghjkbjl |
Descrizione | Display any Amazon product's average 90 selling price and sales rank. |
Dimensione del File | 375 KB |
Conteggio Installazioni | 327 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2016-08-14 |
Data di Pubblicazione | 2016-08-14 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Green Lava |
[email protected] | |
Tipo di Pagamento | in_app |
Sito Web dell'Estensione | http://www.az90day.com/ |
URL della Pagina di Aiuto | http://www.az90day.com/ |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AZ 90 Day", "version": "1.3", "description": "Display any Amazon product's average 90 selling price and sales rank.", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "match_about_blank": true, "all_frames": true, "matches": [ "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.co.uk\/*", "https:\/\/keepa.com\/*", "http:\/\/keepa.com\/*" ], "js": [ "script.js" ] } ], "browser_action": { "default_icon": { "19": "images\/diamond.png" } }, "permissions": [ "activeTab", "tabs" ], "manifest_version": 2 } |