CigarSpotter
View graphs and statistics of cigar auctions on CigarBid and more
Vad är CigarSpotter?
CigarSpotter är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "View graphs and statistics of cigar auctions on CigarBid and more".
Tilläggsskärmbilder
Ladda ner CigarSpotter-förlängningens CRX-fil
Ladda ner CigarSpotter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        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                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | cnidjbcgajmpdpnljnfbjabmfjlkbgml | 
| Officiell webbadress | https://chromewebstore.google.com/detail/cigarspotter/cnidjbcgajmpdpnljnfbjabmfjlkbgml | 
| Beskrivning | View graphs and statistics of cigar auctions on CigarBid and more | 
| Filstorlek | 126 KB | 
| Antal Installationer | 13 | 
| Aktuell Version | 0.0.2 | 
| Senast Uppdaterad | 2015-11-30 | 
| Publiceringsdatum | 2015-11-30 | 
| Betyg | 1.00/5 Totalt 1 Betyg | 
| Utvecklare | Unknown | 
| Betalningssätt | free | 
| Stödda Språk | 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\/*"
            ]
        }
    ]
}  |  |