ChoiceCheapies

Summarised deals, coupons and cashbacks from ChoiceCheapies

ChoiceCheapiesとは何ですか?

ChoiceCheapiesはhttps://cheapies.nzによって開発されたChromeの拡張機能で、その主な機能は「Summarised deals, coupons and cashbacks from ChoiceCheapies」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        ChoiceCheapies is an online community of shoppers in New Zealand to share and discuss bargains. This extension looks up ChoiceCheapies to check for active coupon codes, deals and cashbacks for the merchant on the current page. It also allows the user to post the current page as a deal.

To use it,
- Go to a merchant website
- Click on ChoiceCheapies extension
- A popup will appear showing the currently available coupons, recent active deals and available cashback rates from various providers.

You can also
- Search for store or products on ChoiceCheapies
- Post the current page as a deal to ChoiceCheapies                    

拡張機能の基本情報

名前 ChoiceCheapies ChoiceCheapies
ID lojbmbcdpibopgkhoofnapmgooobiikj
公式URL https://chromewebstore.google.com/detail/choicecheapies/lojbmbcdpibopgkhoofnapmgooobiikj
説明 Summarised deals, coupons and cashbacks from ChoiceCheapies
ファイルサイズ 48.5 KB
インストール数 99
現在のバージョン 1.2.0
最終更新日 2021-08-23
公開日 2021-08-23
開発者 https://cheapies.nz
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://cheapies.nz/contact
プライバシーポリシーページのURL https://www.ozbargain.com.au/wiki/help:privacy_policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChoiceCheapies",
    "version": "1.2.0",
    "description": "Summarised deals, coupons and cashbacks from ChoiceCheapies",
    "icons": {
        "16": "choicecheapies\/16.png",
        "32": "choicecheapies\/32.png",
        "48": "choicecheapies\/48.png",
        "128": "choicecheapies\/128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "choicecheapies\/16.png",
            "32": "choicecheapies\/32.png",
            "48": "choicecheapies\/48.png",
            "128": "choicecheapies\/128.png"
        }
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+O"
            }
        }
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/www.cheapies.nz\/"
    ]
}