CigarSpotter

View graphs and statistics of cigar auctions on CigarBid and more

Wat is CigarSpotter?

CigarSpotter is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "View graphs and statistics of cigar auctions on CigarBid and more".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie CigarSpotter

Download CigarSpotter-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

                        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                    

Basisinformatie over de Extensie

Naam CigarSpotter CigarSpotter
ID cnidjbcgajmpdpnljnfbjabmfjlkbgml
Officiële URL https://chromewebstore.google.com/detail/cigarspotter/cnidjbcgajmpdpnljnfbjabmfjlkbgml
Beschrijving View graphs and statistics of cigar auctions on CigarBid and more
Bestandsgrootte 126 KB
Aantal Installaties 13
Huidige Versie 0.0.2
Laatst Bijgewerkt 2015-11-30
Publicatiedatum 2015-11-30
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}