PriceLocal

Chrome Extension for PriceLocal

Qu'est-ce que PriceLocal ?

PriceLocal est une extension Chrome développée par https://getpricelocal.com, et sa fonction principale est "Chrome Extension for PriceLocal".

Captures d'Écran de l'Extension

screenshot

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

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

                        PriceLocal lets you get a price match from local stores that match the Amazon price on products you request. Simply install the Chrome extension, shop for what you want on Amazon and PriceLocal lets you send your price match requests to local stores! Shop local, save big!                    

Informations de Base sur l'Extension

Nom PriceLocal PriceLocal
ID fcnjjcioichnaamcgeefofffenomgaaa
URL Officiel https://chromewebstore.google.com/detail/pricelocal/fcnjjcioichnaamcgeefofffenomgaaa
Description Chrome Extension for PriceLocal
Taille du Fichier 18.13 KB
Nombre d'Installations 420
Version Actuelle 0.192
Dernière Mise à Jour 2016-08-01
Date de Publication 2016-08-01
Développeur https://getpricelocal.com
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "PriceLocal"
    },
    "name": "PriceLocal",
    "description": "Chrome Extension for PriceLocal",
    "homepage_url": "http:\/\/www.getpricelocal.com",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "",
        "geolocation",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.getpricelocal.com\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "bookmarklet.js"
    ],
    "version": "0.192",
    "manifest_version": 2
}