Lever - Maximize Credit Card Rewards

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

Wat is Lever - Maximize Credit Card Rewards?

Lever - Maximize Credit Card Rewards is een Chrome-extensie ontwikkeld door https://levercard.com, en de belangrijkste functie is "Lever optimizes credit card rewards and saves money by automatically using the best rewards card when shopping online.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Lever - Maximize Credit Card Rewards

Download Lever - Maximize Credit Card Rewards-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Lever - Maximize Credit Card Rewards Lever - Maximize Credit Card Rewards
ID oniidiaemcgjicamcdnkfkejjcinoaoi
Officiële URL https://chromewebstore.google.com/detail/lever-maximize-credit-car/oniidiaemcgjicamcdnkfkejjcinoaoi
Beschrijving Lever optimizes credit card rewards and saves money by automatically using the best rewards card when shopping online.
Bestandsgrootte 1.41 MB
Aantal Installaties 545
Huidige Versie 6.0.6
Laatst Bijgewerkt 2022-11-14
Publicatiedatum 2021-10-02
Beoordeling 5.00/5 Totaal 17 Beoordelingen
Ontwikkelaar https://levercard.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://levercard.com
URL van de Privacybeleid Pagina https://app.levercard.com/privacy-policy
Ondersteunde Talen 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"
            ]
        }
    ]
}