Lever - Maximize Credit Card Rewards

Lever optimizes credit card rewards and saves money by automatically using the best rewards card when shopping online.

Was ist Lever - Maximize Credit Card Rewards?

Lever - Maximize Credit Card Rewards ist eine Chrome-Erweiterung, die von https://levercard.com entwickelt wurde, und ihr Hauptmerkmal ist "Lever optimizes credit card rewards and saves money by automatically using the best rewards card when shopping online.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Lever - Maximize Credit Card Rewards-Erweiterungs-CRX-Datei herunterladen

Laden Sie Lever - Maximize Credit Card Rewards-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Maximize your credit card rewards and checkout faster when you shop online.

Lever makes sure you always use the best card to earn more rewards for every single purchase. With all of the credit and debit cards out there, it's hard to keep track of the rewards they each offer. Lever tells you exactly what you deserve from each of your cards at every point of sale. Get more cash back, miles, points, crypto and more with Lever! Optimize your online shopping experience and maximize your rewards. Download Lever today - it's free!

With Lever, you don’t need to think about how to maximize your credit card rewards. Lever will always make sure you use the best cash-back credit card, rewards debit card, or the best travel points credit card in your wallet so you can take full advantage of your rewards, points, or miles. 

And yes, if you’ve wondered how to improve your credit score, or how to increase your credit score quickly - Lever is the answer. Think of Lever as your wallet's personal assistant that will improve your credit score, save money, and earn rewards without the hassle. 

Need help getting a new credit card? Lever recommends new credit cards tailored to your lifestyle and financial situation. Stop researching credit cards and automatically get the best card for you! Credit cards for bad credit, pre-approval credit cards, travel credit cards, or business credit cards - Lever helps you to find and apply for a credit card that fits your needs.

Lever supports over 100 credit card programs that you can be used on 1 million+ websites in the United States! 

Simply:
1. Pin Lever to your browser.
2. Rank your reward goals.
3. Select your credit cards in our database.
4. Go shopping! Lever will meet you at the checkout page.

Lever does not:
1. Issue credit, loans, etc.
2. Share your data.                    

Grundlegende Informationen zur Erweiterung

Name Lever - Maximize Credit Card Rewards Lever - Maximize Credit Card Rewards
ID oniidiaemcgjicamcdnkfkejjcinoaoi
Offizielle URL https://chromewebstore.google.com/detail/lever-maximize-credit-car/oniidiaemcgjicamcdnkfkejjcinoaoi
Beschreibung Lever optimizes credit card rewards and saves money by automatically using the best rewards card when shopping online.
Dateigröße 1.41 MB
Installationsanzahl 545
Aktuelle Version 6.0.6
Letztes Update 2022-11-14
Veröffentlichungsdatum 2021-10-02
Bewertung 5.00/5 Insgesamt 17 Bewertungen
Entwickler https://levercard.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://levercard.com
URL der Datenschutzrichtlinien-Seite https://app.levercard.com/privacy-policy
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lever - Maximize Credit Card Rewards",
    "description": "Lever optimizes credit card rewards and saves money by automatically using the best rewards card when shopping online.",
    "version": "6.0.6",
    "manifest_version": 3,
    "icons": {
        "16": "lever_icon16.png",
        "32": "lever_icon32.png",
        "48": "lever_icon48.png",
        "128": "lever_icon128.png"
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "options_page": ".\/options.html",
    "action": {
        "default_popup": "popup.html"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/test.levercard.com\/*",
            "*:\/\/app.levercard.com\/*",
            "http:\/\/localhost:3000\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "foreground.html"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+X",
                "linux": "Ctrl+Shift+X",
                "windows": "Ctrl+Shift+X",
                "mac": "Command+Shift+X"
            }
        }
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "http:\/\/localhost:3000\/*"
            ],
            "all_frames": true,
            "js": [
                "inject_script.js",
                "foreground.bundle.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "http:\/\/localhost:3000\/*",
                "https:\/\/app.levercard.com\/*"
            ],
            "js": [
                "inject_iframe.js",
                "iframe.bundle.js"
            ]
        }
    ]
}