ShopBuddy for Singapore

Shop, save and earn cash back at your favourite merchants with ShopBuddy.

ShopBuddy for Singaporeとは何ですか?

ShopBuddy for Singaporeはhttps://sg.shop.comによって開発されたChromeの拡張機能で、その主な機能は「Shop, save and earn cash back at your favourite merchants with ShopBuddy.」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Earning cash back just got easier! Save time, money and earn cash back when you shop online with ShopBuddy.  ShopBuddy Singapore is powered by SG.SHOP.COM.

Searching for your shopping list on the web and unable to decide which stores to go? Let ShopBuddy do the work for you!
ShopBuddy shows the available different cash back offers from participating merchants in the Google, Yahoo or MSN Bing search results.

Or simply go to your favourite merchants site and activate ShopBuddy.  You will never miss a Cashback offer!

Download ShopBuddy, visit your favourite stores website and start earning cash back today! 

Learn more about earning cash back at your favourite merchants with SHOP.COM.
https://sg.shop.com/cashback-program-k.xhtml


By installing ShopBuddy add-on / extension, you are agreeing to SHOP.COM Terms of Use located at https://sg.shop.com/info/terms-of-use, SHOP.COM Privacy Policy  located at https://sg.shop.com/info/privacy-policy and End User License agreement located License in the https://img.shop.com/Image/shopbuddy/SHOPBUDDY_End_User_License_SGP.pdf                    

拡張機能の基本情報

名前 ShopBuddy for Singapore ShopBuddy for Singapore
ID ifclaldbdljjippgmfpjfpfmehcabhgl
公式URL https://chromewebstore.google.com/detail/shopbuddy-for-singapore/ifclaldbdljjippgmfpjfpfmehcabhgl
説明 Shop, save and earn cash back at your favourite merchants with ShopBuddy.
ファイルサイズ 424 KB
インストール数 2,282
現在のバージョン 4.0.4.0
最終更新日 2022-06-28
公開日 2020-06-23
評価 4.75/5 合計 4 レビュー
開発者 https://sg.shop.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://sg.shop.com/shopbuddy
ヘルプページのURL https://sg.shop.com/shopbuddy/faq
プライバシーポリシーページのURL https://www.shop.com/info/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ShopBuddy for Singapore",
    "version": "4.0.4.0",
    "description": "Shop, save and earn cash back at your favourite merchants with ShopBuddy.",
    "homepage_url": "http:\/\/sg.shop.com\/",
    "browser_action": {
        "default_icon": {
            "20": ".\/icons\/20x20.png"
        },
        "default_title": "ShopBuddy Singapore"
    },
    "author": "shop.com",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "webRequest",
        "storage",
        ""
    ],
    "background": {
        "scripts": [
            "vendors\/bundle.js",
            "background\/bundle.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "vendors\/bundle.js",
                "content\/bundle.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "24": ".\/icons\/24x24.png",
        "48": ".\/icons\/48x48.png",
        "128": ".\/icons\/128x128.png"
    },
    "web_accessible_resources": [
        "content\/*.css",
        "content\/*.svg",
        "icons\/*.png"
    ]
}