PriceLocal

Chrome Extension for PriceLocal

Cos'è PriceLocal?

PriceLocal è un'estensione di Chrome sviluppata da https://getpricelocal.com, e la sua funzione principale è "Chrome Extension for PriceLocal".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione PriceLocal

Scarica i file di estensione PriceLocal in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome PriceLocal PriceLocal
ID fcnjjcioichnaamcgeefofffenomgaaa
URL Ufficiale https://chromewebstore.google.com/detail/pricelocal/fcnjjcioichnaamcgeefofffenomgaaa
Descrizione Chrome Extension for PriceLocal
Dimensione del File 18.13 KB
Conteggio Installazioni 420
Versione Corrente 0.192
Ultimo Aggiornamento 2016-08-01
Data di Pubblicazione 2016-08-01
Sviluppatore https://getpricelocal.com
Tipo di Pagamento free
Lingue Supportate 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
}