PriceWink

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

¿Qué es PriceWink?

PriceWink es una extensión de Chrome desarrollada por http://pricewink.in, y su función principal es "One Stop Online Shopping with Automatic price comparision and Personalised price alerts.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión PriceWink

Descarga archivos de extensión PriceWink en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre PriceWink PriceWink
ID fonbfofodfopbaafhahgolemcplblbcg
URL Oficial https://chrome.google.com/webstore/detail/pricewink/fonbfofodfopbaafhahgolemcplblbcg
Descripción One Stop Online Shopping with Automatic price comparision and Personalised price alerts.
Tamaño del Archivo 140 KB
Cantidad de Instalaciones 128
Versión Actual 1.8.2.24
Última Actualización 2014-05-04
Fecha de Publicación 2014-05-04
Calificación 4.33/5 Total de 24 Calificaciones
Desarrollador http://pricewink.in
Tipo de Pago free
Sitio Web de la Extensión http://www.pricewink.in
URL de la Página de Ayuda http://pricewink.in/faq.html
Idiomas Soportados 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\/*"
    ]
}