CigarSpotter

View graphs and statistics of cigar auctions on CigarBid and more

Co je CigarSpotter?

CigarSpotter je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „View graphs and statistics of cigar auctions on CigarBid and more“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření CigarSpotter

Stáhněte si soubory rozšíření CigarSpotter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název CigarSpotter CigarSpotter
ID cnidjbcgajmpdpnljnfbjabmfjlkbgml
Oficiální URL https://chromewebstore.google.com/detail/cigarspotter/cnidjbcgajmpdpnljnfbjabmfjlkbgml
Popis View graphs and statistics of cigar auctions on CigarBid and more
Velikost souboru 126 KB
Počet instalací 13
Aktuální Verze 0.0.2
Poslední Aktualizace 2015-11-30
Datum Vydání 2015-11-30
Hodnocení 1.00/5 Celkem 1 Hodnocení
Vývojář Unknown
Typ Platby free
Podporované Jazyky 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\/*"
            ]
        }
    ]
}