PriceWink

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

Co je PriceWink?

PriceWink je rozšíření Chrome vyvinuté http://pricewink.in, a jeho hlavní funkcí je „One Stop Online Shopping with Automatic price comparision and Personalised price alerts.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření PriceWink

Stáhněte si soubory rozšíření PriceWink ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název PriceWink PriceWink
ID fonbfofodfopbaafhahgolemcplblbcg
Oficiální URL https://chrome.google.com/webstore/detail/pricewink/fonbfofodfopbaafhahgolemcplblbcg
Popis One Stop Online Shopping with Automatic price comparision and Personalised price alerts.
Velikost souboru 140 KB
Počet instalací 128
Aktuální Verze 1.8.2.24
Poslední Aktualizace 2014-05-04
Datum Vydání 2014-05-04
Hodnocení 4.33/5 Celkem 24 Hodnocení
Vývojář http://pricewink.in
Typ Platby free
Webové stránky Rozšíření http://www.pricewink.in
URL Stránky Nápovědy http://pricewink.in/faq.html
Podporované Jazyky 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\/*"
    ]
}