CigarSpotter

View graphs and statistics of cigar auctions on CigarBid and more

Was ist CigarSpotter?

CigarSpotter ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "View graphs and statistics of cigar auctions on CigarBid and more".

Erweiterungsscreenshots

screenshot

CigarSpotter-Erweiterungs-CRX-Datei herunterladen

Laden Sie CigarSpotter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name CigarSpotter CigarSpotter
ID cnidjbcgajmpdpnljnfbjabmfjlkbgml
Offizielle URL https://chromewebstore.google.com/detail/cigarspotter/cnidjbcgajmpdpnljnfbjabmfjlkbgml
Beschreibung View graphs and statistics of cigar auctions on CigarBid and more
Dateigröße 126 KB
Installationsanzahl 13
Aktuelle Version 0.0.2
Letztes Update 2015-11-30
Veröffentlichungsdatum 2015-11-30
Bewertung 1.00/5 Insgesamt 1 Bewertungen
Entwickler Unknown
Zahlungsart free
Unterstützte Sprachen 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\/*"
            ]
        }
    ]
}