Price Master

Price Master

Qu'est-ce que Price Master ?

Price Master est une extension Chrome développée par https://www.pricemaster.co, et sa fonction principale est "Price Master".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Price Master

Téléchargez les fichiers d'extension Price Master 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

                        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.                    

Informations de Base sur l'Extension

Nom Price Master Price Master
ID mnbbpogddcjkeokinbalnoholjclnakj
URL Officiel https://chromewebstore.google.com/detail/price-master/mnbbpogddcjkeokinbalnoholjclnakj
Description Price Master
Taille du Fichier 40.41 KB
Nombre d'Installations 45
Version Actuelle 1.0.2
Dernière Mise à Jour 2015-09-25
Date de Publication 2015-09-24
Développeur https://www.pricemaster.co
Type de Paiement free
Site Web de l'Extension http://www.pricemaster.co/index.html
Langues Prises en Charge 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"
    ]
}