Lever - Maximize Credit Card Rewards

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

Что такое Lever - Maximize Credit Card Rewards?

Lever - Maximize Credit Card Rewards - это расширение Chrome, разработанное https://levercard.com, и его основная функция - "Lever optimizes credit card rewards and saves money by automatically using the best rewards card when shopping online.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Lever - Maximize Credit Card Rewards

Скачайте файлы расширений Lever - Maximize Credit Card Rewards в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Lever - Maximize Credit Card Rewards Lever - Maximize Credit Card Rewards
ID oniidiaemcgjicamcdnkfkejjcinoaoi
Официальный URL https://chromewebstore.google.com/detail/lever-maximize-credit-car/oniidiaemcgjicamcdnkfkejjcinoaoi
Описание Lever optimizes credit card rewards and saves money by automatically using the best rewards card when shopping online.
Размер файла 1.41 MB
Количество установок 545
Текущая Версия 6.0.6
Последнее Обновление 2022-11-14
Дата публикации 2021-10-02
Рейтинг 5.00/5 Всего 17 оценок
Разработчик https://levercard.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://levercard.com
URL страницы политики конфиденциальности https://app.levercard.com/privacy-policy
Поддерживаемые языки 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"
            ]
        }
    ]
}