PriceWink

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

What is PriceWink?

PriceWink is a Chrome extension developed by http://pricewink.in, and its main feature is "One Stop Online Shopping with Automatic price comparision and Personalised price alerts.".

Extension Screenshots

screenshot
screenshot
screenshot

Download PriceWink Extension CRX File

Download PriceWink extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name PriceWink PriceWink
ID fonbfofodfopbaafhahgolemcplblbcg
Official URL https://chrome.google.com/webstore/detail/pricewink/fonbfofodfopbaafhahgolemcplblbcg
Description One Stop Online Shopping with Automatic price comparision and Personalised price alerts.
File Size 140 KB
Installation Count 128
Current Version 1.8.2.24
Last Updated 2014-05-04
Publish Date 2014-05-04
Rating 4.33/5 Total 24 Ratings
Developer http://pricewink.in
Payment Type free
Extension Website http://www.pricewink.in
Help Page URL http://pricewink.in/faq.html
Supported Languages 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\/*"
    ]
}