PriceWink

One Stop Online Shopping with Automatic price comparision and Personalised price alerts.

Apa itu PriceWink?

PriceWink adalah ekstensi Chrome yang dikembangkan oleh http://pricewink.in, dan fitur utamanya adalah "One Stop Online Shopping with Automatic price comparision and Personalised price alerts.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi PriceWink

Unduh file ekstensi PriceWink 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

                        Simply, bachaate raho!!! Save more and get more with FREE PriceWink chrome extension.

✓ Get lower price automatically while you shop 

✓ Set your personal target price for any product on any shop

PriceWink is absolutely FREE forever.

Enjoy the best prices, always, with PriceWink ! 

Add PriceWink to your chrome now!                    

Informasi Dasar Ekstensi

Nama PriceWink PriceWink
ID fonbfofodfopbaafhahgolemcplblbcg
URL Resmi https://chrome.google.com/webstore/detail/pricewink/fonbfofodfopbaafhahgolemcplblbcg
Deskripsi One Stop Online Shopping with Automatic price comparision and Personalised price alerts.
Ukuran File 140 KB
Jumlah Instalasi 128
Versi Saat Ini 1.8.2.24
Terakhir Diperbarui 2014-05-04
Tanggal Publikasi 2014-05-04
Penilaian 4.33/5 Total 24 Penilaian
Pengembang http://pricewink.in
Tipe Pembayaran free
Situs Ekstensi http://www.pricewink.in
URL Halaman Bantuan http://pricewink.in/faq.html
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PriceWink",
    "description": "One Stop Online Shopping with Automatic price comparision and Personalised price alerts.",
    "version": "1.8.2.24",
    "short_name": "PriceWink",
    "permissions": [
        "tabs",
        "activeTab",
        "http:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "popup.css",
                "scrollbar.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/jquery.mousewheel.js",
                "js\/jquery.jscrollpane.min.js",
                "js\/base64.js",
                "js\/rawdeflate.js",
                "js\/rawinflate.js",
                "list.js",
                "pa.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "img\/*",
        "js\/*"
    ]
}