Kiwii: Earn More Rewards

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

Kiwii: Earn More Rewardsとは何ですか?

Kiwii: Earn More Rewardsはaddkiwii.comによって開発されたChromeの拡張機能で、その主な機能は「Shop with confidence. We make sure you never miss an opportunity to earn rewards.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Kiwii: Earn More Rewards拡張機能のCRXファイルをダウンロード

Kiwii: Earn More Rewards拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 Kiwii: Earn More Rewards Kiwii: Earn More Rewards
ID loloihmeeijnmgbncppdcjmjlcmjadcj
公式URL https://chromewebstore.google.com/detail/kiwii-earn-more-rewards/loloihmeeijnmgbncppdcjmjlcmjadcj
説明 Shop with confidence. We make sure you never miss an opportunity to earn rewards.
ファイルサイズ 1.43 MB
インストール数 207
現在のバージョン 1.2.53
最終更新日 2024-02-28
公開日 2020-11-05
評価 5.00/5 合計 14 レビュー
開発者 addkiwii.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.addkiwii.com/
ヘルプページのURL https://www.addkiwii.com/faqs
プライバシーポリシーページのURL https://addkiwii.com/privacy-policy
対応言語 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": [
                ""
            ]
        }
    ]
}