Price Master

Price Master

Τι είναι το Price Master;

Το Price Master είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.pricemaster.co, και η κύρια λειτουργία του είναι "Price Master".

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

screenshot

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

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

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

                        Price Master helps you get live price comparison with the products you are viewing online. We cover hundreds of millions of products from dozens of online merchants. simply go to your favorite online store, search for your desired product and Price Master will locate a better deal for you. occasionally you will be offered similar, related products to help make you shopping decision better. Price Master also offers coupons for top merchants that will be displayed upon arriving at merchant's homepages, saving you money on your future purchase.                    

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

Όνομα Price Master Price Master
ID mnbbpogddcjkeokinbalnoholjclnakj
Επίσημο URL https://chromewebstore.google.com/detail/price-master/mnbbpogddcjkeokinbalnoholjclnakj
Περιγραφή Price Master
Μέγεθος Αρχείου 40.41 KB
Αριθμός Εγκαταστάσεων 45
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2015-09-25
Ημερομηνία Δημοσίευσης 2015-09-24
Προγραμματιστής https://www.pricemaster.co
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.pricemaster.co/index.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Price Master",
    "short_name": "Price Master",
    "version": "1.0.2",
    "description": "Price Master",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/button.png",
        "48": "icons\/icon48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "run_at": "document_end",
            "js": [
                "main.js"
            ]
        }
    ],
    "homepage_url": "http:\/\/pricemaster.co.html",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "http:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "extension.js"
    ]
}