AZ 90 Day
Display any Amazon product's average 90 selling price and sales rank.
Wat is AZ 90 Day?
AZ 90 Day is een Chrome-extensie ontwikkeld door Green Lava, en de belangrijkste functie is "Display any Amazon product's average 90 selling price and sales rank.".
Extensie Screenshots
Download het CRX-bestand van de extensie AZ 90 Day
Download AZ 90 Day-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Get 90 Day Price and Rank Averages on the Amazon Page with the AZ 90 Day Chrome Extension for Amazon.
Basisinformatie over de Extensie
Naam | AZ 90 Day |
ID | nnlkfkelmipfdpgjiopncibpcghjkbjl |
Officiële URL | https://chromewebstore.google.com/detail/az-90-day/nnlkfkelmipfdpgjiopncibpcghjkbjl |
Beschrijving | Display any Amazon product's average 90 selling price and sales rank. |
Bestandsgrootte | 375 KB |
Aantal Installaties | 327 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2016-08-14 |
Publicatiedatum | 2016-08-14 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Green Lava |
[email protected] | |
Betalingswijze | in_app |
Extensiewebsite | http://www.az90day.com/ |
Help Pagina-URL | http://www.az90day.com/ |
Ondersteunde Talen | 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 } |