CigarSpotter

View graphs and statistics of cigar auctions on CigarBid and more

Τι είναι το CigarSpotter;

Το CigarSpotter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Unknown, και η κύρια λειτουργία του είναι "View graphs and statistics of cigar auctions on CigarBid and more".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης CigarSpotter

Λήψη αρχείων επέκτασης CigarSpotter σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα CigarSpotter CigarSpotter
ID cnidjbcgajmpdpnljnfbjabmfjlkbgml
Επίσημο URL https://chromewebstore.google.com/detail/cigarspotter/cnidjbcgajmpdpnljnfbjabmfjlkbgml
Περιγραφή View graphs and statistics of cigar auctions on CigarBid and more
Μέγεθος Αρχείου 126 KB
Αριθμός Εγκαταστάσεων 13
Τρέχουσα Έκδοση 0.0.2
Τελευταία Ενημέρωση 2015-11-30
Ημερομηνία Δημοσίευσης 2015-11-30
Αξιολόγηση 1.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Unknown
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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\/*"
            ]
        }
    ]
}