PriceWink

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

O que é PriceWink?

PriceWink é uma extensão do Chrome desenvolvida por http://pricewink.in, e sua principal característica é "One Stop Online Shopping with Automatic price comparision and Personalised price alerts.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão PriceWink

Baixe arquivos de extensão PriceWink no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome PriceWink PriceWink
ID fonbfofodfopbaafhahgolemcplblbcg
URL Oficial https://chrome.google.com/webstore/detail/pricewink/fonbfofodfopbaafhahgolemcplblbcg
Descrição One Stop Online Shopping with Automatic price comparision and Personalised price alerts.
Tamanho do Arquivo 140 KB
Contagem de Instalações 128
Versão Atual 1.8.2.24
Última Atualização 2014-05-04
Data de Publicação 2014-05-04
Classificação 4.33/5 Total de 24 Avaliações
Desenvolvedor http://pricewink.in
Tipo de Pagamento free
Site da Extensão http://www.pricewink.in
URL da Página de Ajuda http://pricewink.in/faq.html
Idiomas Suportados 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\/*"
    ]
}