Uthrive: Use best cards for rewards & savings

Automatically use your best credit card to get maximum rewards and cashback

Uthrive: Use best cards for rewards & savings란 무엇입니까?

Uthrive: Use best cards for rewards & savings은(는) chromestore에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically use your best credit card to get maximum rewards and cashback"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Uthrive: Use best cards for rewards & savings 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Always use your best card at checkout when you shop online.

Enable Uthrive, our users get additional $200-$800* in rewards and cashback each year.

Add Uthrive to your browser in seconds and shop usually the way you always do. Uthrive will automatically come up during checkout and do the magic. 

 Maximize rewards & cashback

Be confident of earning maximum rewards and cashback on your purchases, everytime. On everything you purchase, Uthrive does a real-time check to advise you on which of your credit cards will work best for your purchase.

 Compare rewards on your cards

Uthrive compares rewards across all your cards and calculates rewards you would earn in a blink– even looking at limits, exclusions on rewards or cashback offered by each of your cards. 

 Make a smart choice on thousands of sites

Uthrive makes recommendations based on merchants and your purchase amount across all things you buy online - travel, shopping, groceries and more.

 Like to shop on mobile instead? Uthrive also works on your iPhone for Safari.

 *Results are approximate values and may vary based on several factors including your spending habits, personal financial preferences, location, choice of form of payments and credit profile, among others.                    

확장 프로그램 기본 정보

이름 Uthrive: Use best cards for rewards & savings Uthrive: Use best cards for rewards & savings
ID kmajiclhfhbncoegkfboeldogkdbmkhj
공식 URL https://chromewebstore.google.com/detail/uthrive-use-best-cards-fo/kmajiclhfhbncoegkfboeldogkdbmkhj
설명 Automatically use your best credit card to get maximum rewards and cashback
파일 크기 1.07 MB
설치 횟수 221
현재 버전 0.0.2.3
최근 업데이트 2023-11-17
출시 날짜 2022-11-15
평점 5.00/5 총 2 개의 평점
개발자 chromestore
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.uthrive.club/
도움말 페이지 URL https://www.uthrive.club/help/
개인정보 보호 정책 페이지 URL https://www.uthrive.club/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Uthrive: Use best cards for rewards & savings",
    "description": "Automatically use your best credit card to get maximum rewards and cashback",
    "version": "0.0.2.3",
    "manifest_version": 3,
    "action": {
        "default_title": "Open the popup"
    },
    "icons": {
        "16": "Uthrive-logo-short16.png",
        "48": "Uthrive-logo-short48.png",
        "128": "Uthrive-logo-short128.png",
        "1024": "Uthrive-logo-short1024.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "clipboardWrite"
    ],
    "host_permissions": [
        "*:\/\/alpha-services.uthrive.club\/*",
        "*:\/\/services.uthrive.club\/*",
        "*:\/\/uthrive-resources.s3.amazonaws.com\/*",
        "*:\/\/cognito-idp.us-east-1.amazonaws.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/static\/js\/content.js",
                ".\/static\/js\/main.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": ".\/static\/js\/background.js",
        "type": "module"
    }
}