ChoiceCheapies

Summarised deals, coupons and cashbacks from ChoiceCheapies

What is ChoiceCheapies?

ChoiceCheapies is a Chrome extension developed by https://cheapies.nz, and its main feature is "Summarised deals, coupons and cashbacks from ChoiceCheapies".

Extension Screenshots

screenshot
screenshot
screenshot

Download ChoiceCheapies Extension CRX File

Download ChoiceCheapies 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

                        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                    

Extension Basic Information

Name ChoiceCheapies ChoiceCheapies
ID lojbmbcdpibopgkhoofnapmgooobiikj
Official URL https://chromewebstore.google.com/detail/choicecheapies/lojbmbcdpibopgkhoofnapmgooobiikj
Description Summarised deals, coupons and cashbacks from ChoiceCheapies
File Size 48.5 KB
Installation Count 99
Current Version 1.2.0
Last Updated 2021-08-23
Publish Date 2021-08-23
Developer https://cheapies.nz
Email [email protected]
Payment Type free
Help Page URL https://cheapies.nz/contact
Privacy Policy Page URL https://www.ozbargain.com.au/wiki/help:privacy_policy
Supported Languages 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\/"
    ]
}