PriceWink

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

Cos'è PriceWink?

PriceWink è un'estensione di Chrome sviluppata da http://pricewink.in, e la sua funzione principale è "One Stop Online Shopping with Automatic price comparision and Personalised price alerts.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione PriceWink

Scarica i file di estensione PriceWink 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

                        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!                    

Informazioni di Base sull'Estensione

Nome PriceWink PriceWink
ID fonbfofodfopbaafhahgolemcplblbcg
URL Ufficiale https://chrome.google.com/webstore/detail/pricewink/fonbfofodfopbaafhahgolemcplblbcg
Descrizione One Stop Online Shopping with Automatic price comparision and Personalised price alerts.
Dimensione del File 140 KB
Conteggio Installazioni 128
Versione Corrente 1.8.2.24
Ultimo Aggiornamento 2014-05-04
Data di Pubblicazione 2014-05-04
Valutazione 4.33/5 Totale 24 Valutazioni
Sviluppatore http://pricewink.in
Tipo di Pagamento free
Sito Web dell'Estensione http://www.pricewink.in
URL della Pagina di Aiuto http://pricewink.in/faq.html
Lingue Supportate 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\/*"
    ]
}