PriceLocal

Chrome Extension for PriceLocal

Wat is PriceLocal?

PriceLocal is een Chrome-extensie ontwikkeld door https://getpricelocal.com, en de belangrijkste functie is "Chrome Extension for PriceLocal".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie PriceLocal

Download PriceLocal-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam PriceLocal PriceLocal
ID fcnjjcioichnaamcgeefofffenomgaaa
Officiële URL https://chromewebstore.google.com/detail/pricelocal/fcnjjcioichnaamcgeefofffenomgaaa
Beschrijving Chrome Extension for PriceLocal
Bestandsgrootte 18.13 KB
Aantal Installaties 420
Huidige Versie 0.192
Laatst Bijgewerkt 2016-08-01
Publicatiedatum 2016-08-01
Ontwikkelaar https://getpricelocal.com
Betalingswijze free
Ondersteunde Talen 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
}