ChoiceCheapies

Summarised deals, coupons and cashbacks from ChoiceCheapies

O que é ChoiceCheapies?

ChoiceCheapies é uma extensão do Chrome desenvolvida por https://cheapies.nz, e sua principal característica é "Summarised deals, coupons and cashbacks from ChoiceCheapies".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão ChoiceCheapies

Baixe arquivos de extensão ChoiceCheapies no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome ChoiceCheapies ChoiceCheapies
ID lojbmbcdpibopgkhoofnapmgooobiikj
URL Oficial https://chromewebstore.google.com/detail/choicecheapies/lojbmbcdpibopgkhoofnapmgooobiikj
Descrição Summarised deals, coupons and cashbacks from ChoiceCheapies
Tamanho do Arquivo 48.5 KB
Contagem de Instalações 99
Versão Atual 1.2.0
Última Atualização 2021-08-23
Data de Publicação 2021-08-23
Desenvolvedor https://cheapies.nz
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://cheapies.nz/contact
URL da Página de Política de Privacidade https://www.ozbargain.com.au/wiki/help:privacy_policy
Idiomas Suportados 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\/"
    ]
}