Lever - Maximize Credit Card Rewards

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

Cos'è Lever - Maximize Credit Card Rewards?

Lever - Maximize Credit Card Rewards è un'estensione di Chrome sviluppata da https://levercard.com, e la sua funzione principale è "Lever optimizes credit card rewards and saves money by automatically using the best rewards card when shopping online.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Lever - Maximize Credit Card Rewards

Scarica i file di estensione Lever - Maximize Credit Card Rewards in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Lever - Maximize Credit Card Rewards Lever - Maximize Credit Card Rewards
ID oniidiaemcgjicamcdnkfkejjcinoaoi
URL Ufficiale https://chromewebstore.google.com/detail/lever-maximize-credit-car/oniidiaemcgjicamcdnkfkejjcinoaoi
Descrizione Lever optimizes credit card rewards and saves money by automatically using the best rewards card when shopping online.
Dimensione del File 1.41 MB
Conteggio Installazioni 545
Versione Corrente 6.0.6
Ultimo Aggiornamento 2022-11-14
Data di Pubblicazione 2021-10-02
Valutazione 5.00/5 Totale 17 Valutazioni
Sviluppatore https://levercard.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://levercard.com
URL della Pagina della Politica sulla Privacy https://app.levercard.com/privacy-policy
Lingue Supportate 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"
            ]
        }
    ]
}