Kiwii: Earn More Rewards

Shop with confidence. We make sure you never miss an opportunity to earn rewards.

O que é Kiwii: Earn More Rewards?

Kiwii: Earn More Rewards é uma extensão do Chrome desenvolvida por addkiwii.com, e sua principal característica é "Shop with confidence. We make sure you never miss an opportunity to earn rewards.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Kiwii: Earn More Rewards

Baixe arquivos de extensão Kiwii: Earn More Rewards 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

                        Make the most of your credit card rewards with Kiwii. You can say goodbye to missing out on shopping portal bonuses and rewards, too. Kiwii reviews your purchase and lets you know which of your cards can earn the most rewards at checkout. It works at thousands of online retailers which means you earn more rewards for shopping like normal!

Rotating rewards categories…

Tricky retailer classifications…

Short-term deals...

It’s tough to keep track of it all.  With Kiwii, you don’t have to! You can earn the maximum amount of rewards without even thinking about it.

You just securely choose your cards without any personal information needed, and shop like normal. It’s that easy!

Kiwii works in the background so when it's time to make a purchase, it will recommend the best card to use at checkout so you can earn the most rewards.

Download Kiwii today and optimize your rewards!                    

Informações Básicas da Extensão

Nome Kiwii: Earn More Rewards Kiwii: Earn More Rewards
ID loloihmeeijnmgbncppdcjmjlcmjadcj
URL Oficial https://chromewebstore.google.com/detail/kiwii-earn-more-rewards/loloihmeeijnmgbncppdcjmjlcmjadcj
Descrição Shop with confidence. We make sure you never miss an opportunity to earn rewards.
Tamanho do Arquivo 1.43 MB
Contagem de Instalações 207
Versão Atual 1.2.53
Última Atualização 2024-02-28
Data de Publicação 2020-11-05
Classificação 5.00/5 Total de 14 Avaliações
Desenvolvedor addkiwii.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.addkiwii.com/
URL da Página de Ajuda https://www.addkiwii.com/faqs
URL da Página de Política de Privacidade https://addkiwii.com/privacy-policy
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Kiwii: Earn More Rewards",
    "description": "Shop with confidence.  We make sure you never miss an opportunity to earn rewards.",
    "version": "1.2.53",
    "action": {
        "default_icon": "128x128icon.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "static\/js\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "static\/media\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}