PriceLocal

Chrome Extension for PriceLocal

Apa itu PriceLocal?

PriceLocal adalah ekstensi Chrome yang dikembangkan oleh https://getpricelocal.com, dan fitur utamanya adalah "Chrome Extension for PriceLocal".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi PriceLocal

Unduh file ekstensi PriceLocal dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama PriceLocal PriceLocal
ID fcnjjcioichnaamcgeefofffenomgaaa
URL Resmi https://chromewebstore.google.com/detail/pricelocal/fcnjjcioichnaamcgeefofffenomgaaa
Deskripsi Chrome Extension for PriceLocal
Ukuran File 18.13 KB
Jumlah Instalasi 420
Versi Saat Ini 0.192
Terakhir Diperbarui 2016-08-01
Tanggal Publikasi 2016-08-01
Pengembang https://getpricelocal.com
Tipe Pembayaran free
Bahasa yang Didukung 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
}