Kudos - Smart Wallet

Maximize your credit card rewards whenever you shop online.

什么是Kudos - Smart Wallet?

Kudos - Smart Wallet是由https://joinkudos.com开发的Chrome扩展程序,该扩展的主要功能是“Maximize your credit card rewards whenever you shop online.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Kudos - Smart Wallet扩展crx文件

下载Kudos - Smart Wallet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Pick the best card at over 2 million sites and double your credit card rewards through Kudos Boost, now available at over 15,000 sites. Earn more while speeding through checkout. 

💡You don’t have to log in to your bank portal, or share any credit card numbers, to get started - just select the types of cards you have and you’re done.  💡

Keep shopping as you normally would, and Kudos will show up at checkout to recommend the card that maximizes your rewards and hidden benefits. We’ll even double your rewards across 15,000 sites through our Kudos Boost feature. Some stores where we double your rewards include Sephora, Stubhub, Vans, Eddie Bauer, Ulta, and many more.

If you also want to streamline your purchases at checkout, you have the option to store your card numbers with Kudos so that you don’t have to go looking for your card. We use industry leading security protocols to store your data, including bank-level 256-bit encryption, the strongest encryption available. We also had a thorough external security audit to achieve the gold standard SOC 2 Type 1 certification. 

Kudos also features a personalized card explorer tool that lets you discover new cards, based on where you shop the most and what cards you already have in your wallet 

FEATURES KUDOS USERS LOVE: 
💳 Get recommendations of the best card wherever you check out
⚡ Double your credit card rewards with Kudos Boost
💸 See a breakdown of many miles/points you earn on every purchase and throughout the year, made easy by showing your earnings in $USD value
🤩 Utilize benefits you didn’t know you had on your cards, such as “Extended Warranty”, “Purchase Protection”, “Travel Delay Insurance” and more!
💳 Receive personalized recommendations for new cards based on how you spend and what cards you already have
🛒Shop at 2 million websites across 3,000 cards and speed through checkout if you decide to store your card numbers securely with Kudos

We never sell or share your data with any third parties. We believe your data is just that — yours. Kudos may get paid commissions on products purchased through our links to retailer sites using this browser extension. Kudos also may get paid commissions for cards you apply for using our links.                    

扩展基本信息

名称 Kudos - Smart Wallet Kudos - Smart Wallet
ID gdhkdkbbkddjgnlgkebldinlnhnkibmb
官方URL https://chromewebstore.google.com/detail/kudos-smart-wallet/gdhkdkbbkddjgnlgkebldinlnhnkibmb
简介 Maximize your credit card rewards whenever you shop online.
文件大小 4.46 MB
安装次数 20,000
当前版本 3.336.1
更新时间 2024-02-28
上架时间 2022-04-06
评分 4.78/5 共595次评分
开发者 https://joinkudos.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.joinkudos.com/
帮助页面URL https://www.joinkudos.com/
隐私政策页面URL https://www.joinkudos.com/privacy-policy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kudos - Smart Wallet",
    "description": "Maximize your credit card rewards whenever you shop online.",
    "version": "3.336.1",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjKIfT2a5wkRGrMpZ7f2BrKxvTSt7XbHW5l4h020mIcXCpoU6Tfprdz9OK5uF70\/fqeiRrt2S44pMuB79yPqUoBG8nCRWCITGodEH2Mvc\/nGFjvMoViLGDwz3CpfQYWBLd8gaYwhpQa4jfCrh\/vTRTboTpzR1zYLxvg+Q5dmmDEW41xfXsGfI7ThlbUw+7gEpR20feF45m5\/DgTg0LU+7u1mnssMrr49tWQebzKmGBu8j1oLPqJqHdcMxJ2JInPKrd2U8AgU6E9J4YHJ6HHvkwZfQJ7Jv8BLyCHwOoAXR1HXXh0265++7BGmj8NvTWGDfuuXWwEf4qs\/amS3VPNjCcwIDAQAB",
    "manifest_version": 3,
    "sandbox": {
        "pages": [
            "pageScripts\/sandbox.html"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "pageScripts\/*",
                "*.gif",
                "https:\/\/cdn.prod.joinkudos.com\/*",
                "*.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/app.joinkudos.com\/*",
            "https:\/\/joinkudos.com\/*",
            "https:\/\/www.joinkudos.com\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": false,
            "run_at": "document_start",
            "js": [
                "content.js",
                "sentry.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "all_frames": false,
            "run_at": "document_end",
            "css": [
                "assets\/pageOverrides.css"
            ],
            "js": [
                "container.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "run_at": "document_end",
            "js": [
                "autocomplete.js"
            ]
        }
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "action": {
        "default_icon": {
            "16": "iconLight16.png",
            "48": "iconLight48.png",
            "128": "iconLight128.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "privacy"
    ]
}