ChoiceCheapies

Summarised deals, coupons and cashbacks from ChoiceCheapies

Was ist ChoiceCheapies?

ChoiceCheapies ist eine Chrome-Erweiterung, die von https://cheapies.nz entwickelt wurde, und ihr Hauptmerkmal ist "Summarised deals, coupons and cashbacks from ChoiceCheapies".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

ChoiceCheapies-Erweiterungs-CRX-Datei herunterladen

Laden Sie ChoiceCheapies-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name ChoiceCheapies ChoiceCheapies
ID lojbmbcdpibopgkhoofnapmgooobiikj
Offizielle URL https://chromewebstore.google.com/detail/choicecheapies/lojbmbcdpibopgkhoofnapmgooobiikj
Beschreibung Summarised deals, coupons and cashbacks from ChoiceCheapies
Dateigröße 48.5 KB
Installationsanzahl 99
Aktuelle Version 1.2.0
Letztes Update 2021-08-23
Veröffentlichungsdatum 2021-08-23
Entwickler https://cheapies.nz
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://cheapies.nz/contact
URL der Datenschutzrichtlinien-Seite https://www.ozbargain.com.au/wiki/help:privacy_policy
Unterstützte Sprachen 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\/"
    ]
}