ChoiceCheapies

Summarised deals, coupons and cashbacks from ChoiceCheapies

Cos'è ChoiceCheapies?

ChoiceCheapies è un'estensione di Chrome sviluppata da https://cheapies.nz, e la sua funzione principale è "Summarised deals, coupons and cashbacks from ChoiceCheapies".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione ChoiceCheapies

Scarica i file di estensione ChoiceCheapies in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome ChoiceCheapies ChoiceCheapies
ID lojbmbcdpibopgkhoofnapmgooobiikj
URL Ufficiale https://chromewebstore.google.com/detail/choicecheapies/lojbmbcdpibopgkhoofnapmgooobiikj
Descrizione Summarised deals, coupons and cashbacks from ChoiceCheapies
Dimensione del File 48.5 KB
Conteggio Installazioni 99
Versione Corrente 1.2.0
Ultimo Aggiornamento 2021-08-23
Data di Pubblicazione 2021-08-23
Sviluppatore https://cheapies.nz
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://cheapies.nz/contact
URL della Pagina della Politica sulla Privacy https://www.ozbargain.com.au/wiki/help:privacy_policy
Lingue Supportate 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\/"
    ]
}