CigarSpotter
View graphs and statistics of cigar auctions on CigarBid and more
Cos'è CigarSpotter?
CigarSpotter è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "View graphs and statistics of cigar auctions on CigarBid and more".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CigarSpotter
Scarica i file di estensione CigarSpotter 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
Historical price graph and box plot analysis for CigarBid.com cigar auctions Shows minimum, maximum, average, upper and lower quartiles for a viewed cigar auction by automatically injecting graphs into a auctions page
Informazioni di Base sull'Estensione
Nome | CigarSpotter |
ID | cnidjbcgajmpdpnljnfbjabmfjlkbgml |
URL Ufficiale | https://chromewebstore.google.com/detail/cigarspotter/cnidjbcgajmpdpnljnfbjabmfjlkbgml |
Descrizione | View graphs and statistics of cigar auctions on CigarBid and more |
Dimensione del File | 126 KB |
Conteggio Installazioni | 13 |
Versione Corrente | 0.0.2 |
Ultimo Aggiornamento | 2015-11-30 |
Data di Pubblicazione | 2015-11-30 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CigarSpotter", "version": "0.0.2", "manifest_version": 2, "description": "View graphs and statistics of cigar auctions on CigarBid and more", "background": "background.html", "permissions": [ "http:\/\/*.cigarspotter.com\/*" ], "content_scripts": [ { "js": [ "jquery-1.11.3.min.js", "highstock.js", "highcharts-more.js", "exporting.js", "background.js" ], "matches": [ "http:\/\/*.cigarbid.com\/*", "https:\/\/*.cigarbid.com\/*" ] } ] } |