Kudos - Smart Wallet

Maximize your credit card rewards whenever you shop online.

Co to jest Kudos - Smart Wallet?

Kudos - Smart Wallet to rozszerzenie Chrome opracowane przez https://joinkudos.com, a jego główną funkcją jest „Maximize your credit card rewards whenever you shop online.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Kudos - Smart Wallet

Pobierz pliki rozszerzeń Kudos - Smart Wallet w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Kudos - Smart Wallet Kudos - Smart Wallet
ID gdhkdkbbkddjgnlgkebldinlnhnkibmb
Oficjalny URL https://chromewebstore.google.com/detail/kudos-smart-wallet/gdhkdkbbkddjgnlgkebldinlnhnkibmb
Opis Maximize your credit card rewards whenever you shop online.
Rozmiar pliku 4.46 MB
Liczba instalacji 20,000
Aktualna Wersja 3.336.1
Ostatnia Aktualizacja 2024-02-28
Data Publikacji 2022-04-06
Ocena 4.78/5 Łącznie 595 Oceny
Deweloper https://joinkudos.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.joinkudos.com/
Adres URL Strony Pomocy https://www.joinkudos.com/
Adres URL Strony Polityki Prywatności https://www.joinkudos.com/privacy-policy
Obsługiwane Języki 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"
    ]
}