Lever - Maximize Credit Card Rewards

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

Apa itu Lever - Maximize Credit Card Rewards?

Lever - Maximize Credit Card Rewards adalah ekstensi Chrome yang dikembangkan oleh https://levercard.com, dan fitur utamanya adalah "Lever optimizes credit card rewards and saves money by automatically using the best rewards card when shopping online.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Lever - Maximize Credit Card Rewards

Unduh file ekstensi Lever - Maximize Credit Card Rewards dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Lever - Maximize Credit Card Rewards Lever - Maximize Credit Card Rewards
ID oniidiaemcgjicamcdnkfkejjcinoaoi
URL Resmi https://chromewebstore.google.com/detail/lever-maximize-credit-car/oniidiaemcgjicamcdnkfkejjcinoaoi
Deskripsi Lever optimizes credit card rewards and saves money by automatically using the best rewards card when shopping online.
Ukuran File 1.41 MB
Jumlah Instalasi 545
Versi Saat Ini 6.0.6
Terakhir Diperbarui 2022-11-14
Tanggal Publikasi 2021-10-02
Penilaian 5.00/5 Total 17 Penilaian
Pengembang https://levercard.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://levercard.com
URL Halaman Kebijakan Privasi https://app.levercard.com/privacy-policy
Bahasa yang Didukung 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"
            ]
        }
    ]
}