Shop 4 Less

Compare other major sites and buy at right price

Shop 4 Lessとは何ですか?

Shop 4 LessはApptikkaによって開発されたChromeの拡張機能で、その主な機能は「Compare other major sites and buy at right price」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        How many times during online shopping, before adding to cart you thought is there some other place that this product is cheaper than this price ?

Well from now on, forget about the it. This extension will help you search other major websites (more than 200+ websites) and shows you the price those sites offer.                    

拡張機能の基本情報

名前 Shop 4 Less Shop 4 Less
ID nbdcdabndhehpnlfnfaooedgpbdpohhi
公式URL https://chrome.google.com/webstore/detail/shop-4-less/nbdcdabndhehpnlfnfaooedgpbdpohhi
説明 Compare other major sites and buy at right price
ファイルサイズ 28.53 KB
インストール数 62
現在のバージョン 1.0
最終更新日 2016-08-08
公開日 2016-08-08
評価 5.00/5 合計 3 レビュー
開発者 Apptikka
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://www.dealtikka.com/
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shop 4 Less",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Compare other major sites and buy at right price",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon.png",
        "48": "icon 48.png",
        "128": "icon 128.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}