CigarSpotter

View graphs and statistics of cigar auctions on CigarBid and more

Co to jest CigarSpotter?

CigarSpotter to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „View graphs and statistics of cigar auctions on CigarBid and more”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia CigarSpotter

Pobierz pliki rozszerzeń CigarSpotter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa CigarSpotter CigarSpotter
ID cnidjbcgajmpdpnljnfbjabmfjlkbgml
Oficjalny URL https://chromewebstore.google.com/detail/cigarspotter/cnidjbcgajmpdpnljnfbjabmfjlkbgml
Opis View graphs and statistics of cigar auctions on CigarBid and more
Rozmiar pliku 126 KB
Liczba instalacji 13
Aktualna Wersja 0.0.2
Ostatnia Aktualizacja 2015-11-30
Data Publikacji 2015-11-30
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper Unknown
Typ Płatności free
Obsługiwane Języki 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\/*"
            ]
        }
    ]
}