PriceWink

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

PriceWinkとは何ですか?

PriceWinkはhttp://pricewink.inによって開発されたChromeの拡張機能で、その主な機能は「One Stop Online Shopping with Automatic price comparision and Personalised price alerts.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

PriceWink拡張機能のCRXファイルをダウンロード

PriceWink拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 PriceWink PriceWink
ID fonbfofodfopbaafhahgolemcplblbcg
公式URL https://chrome.google.com/webstore/detail/pricewink/fonbfofodfopbaafhahgolemcplblbcg
説明 One Stop Online Shopping with Automatic price comparision and Personalised price alerts.
ファイルサイズ 140 KB
インストール数 128
現在のバージョン 1.8.2.24
最終更新日 2014-05-04
公開日 2014-05-04
評価 4.33/5 合計 24 レビュー
開発者 http://pricewink.in
支払い方法 free
拡張機能のウェブサイト http://www.pricewink.in
ヘルプページのURL http://pricewink.in/faq.html
対応言語 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\/*"
    ]
}