PriceLocal

Chrome Extension for PriceLocal

Was ist PriceLocal?

PriceLocal ist eine Chrome-Erweiterung, die von https://getpricelocal.com entwickelt wurde, und ihr Hauptmerkmal ist "Chrome Extension for PriceLocal".

Erweiterungsscreenshots

screenshot

PriceLocal-Erweiterungs-CRX-Datei herunterladen

Laden Sie PriceLocal-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name PriceLocal PriceLocal
ID fcnjjcioichnaamcgeefofffenomgaaa
Offizielle URL https://chromewebstore.google.com/detail/pricelocal/fcnjjcioichnaamcgeefofffenomgaaa
Beschreibung Chrome Extension for PriceLocal
Dateigröße 18.13 KB
Installationsanzahl 420
Aktuelle Version 0.192
Letztes Update 2016-08-01
Veröffentlichungsdatum 2016-08-01
Entwickler https://getpricelocal.com
Zahlungsart free
Unterstützte Sprachen 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
}