ChoiceCheapies

Summarised deals, coupons and cashbacks from ChoiceCheapies

Qu'est-ce que ChoiceCheapies ?

ChoiceCheapies est une extension Chrome développée par https://cheapies.nz, et sa fonction principale est "Summarised deals, coupons and cashbacks from ChoiceCheapies".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension ChoiceCheapies

Téléchargez les fichiers d'extension ChoiceCheapies au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom ChoiceCheapies ChoiceCheapies
ID lojbmbcdpibopgkhoofnapmgooobiikj
URL Officiel https://chromewebstore.google.com/detail/choicecheapies/lojbmbcdpibopgkhoofnapmgooobiikj
Description Summarised deals, coupons and cashbacks from ChoiceCheapies
Taille du Fichier 48.5 KB
Nombre d'Installations 99
Version Actuelle 1.2.0
Dernière Mise à Jour 2021-08-23
Date de Publication 2021-08-23
Développeur https://cheapies.nz
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://cheapies.nz/contact
URL de la Page de Politique de Confidentialité https://www.ozbargain.com.au/wiki/help:privacy_policy
Langues Prises en Charge 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\/"
    ]
}