CigarSpotter

View graphs and statistics of cigar auctions on CigarBid and more

Qu'est-ce que CigarSpotter ?

CigarSpotter est une extension Chrome développée par Unknown, et sa fonction principale est "View graphs and statistics of cigar auctions on CigarBid and more".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension CigarSpotter

Téléchargez les fichiers d'extension CigarSpotter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom CigarSpotter CigarSpotter
ID cnidjbcgajmpdpnljnfbjabmfjlkbgml
URL Officiel https://chromewebstore.google.com/detail/cigarspotter/cnidjbcgajmpdpnljnfbjabmfjlkbgml
Description View graphs and statistics of cigar auctions on CigarBid and more
Taille du Fichier 126 KB
Nombre d'Installations 13
Version Actuelle 0.0.2
Dernière Mise à Jour 2015-11-30
Date de Publication 2015-11-30
Évaluation 1.00/5 Total 1 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}