Katapult Pay - Shop Now & Lease-to-Own

Katapult Pay allows you to lease the items you require.

Katapult Pay - Shop Now & Lease-to-Own là gì?

Katapult Pay - Shop Now & Lease-to-Own là một tiện ích mở rộng Chrome được phát triển bởi google-dev, và tính năng chính của nó là "Katapult Pay allows you to lease the items you require.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Katapult Pay - Shop Now & Lease-to-Own

Tải xuống các tệp mở rộng Katapult Pay - Shop Now & Lease-to-Own dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Katapult allows you to take home up to $3,000 in must-have items such as furniture, electronics, home appliances, beds, mattresses, tires, and much more without having to pay cash. Our adaptable lease-to-own option offers a fresh take on standard finance.

Step 1: Select an online shop.

Visit the Shop Katapult marketplace and choose where you want to shop from your favorite online retailers*.

Katapult Pay currently works at the following retailers: Purple, Lull, Dream Cloud, Nectar Sleep, Coleman Furniture, Motorola, Maingear, Traeger Grills, Mattress Firm, and Razer with more merchants being added all the time!

Step 2: Take advantage of $300 to $3,000 in shopping strength.

Get pre-approved so you know how much you can spend, or just begin adding qualifying products to your basket. You may then apply (if you haven't already), sign your agreement, and make your first payment.

Step 3: Use Katapult to check out.

To finish the payment transaction during shop checkout, enter the card information from the Katapult virtual card and your billing address from your Katapult application.

When you purchase at select online shops, the Katapult browser extension displays Katapult's lease-to-own alternatives at the checkout. Katapult, on the other hand, is not necessarily associated with or supported by the merchants.

Katapult cannot be used for every transaction; only specified items are eligible. The browser extension for Katapult cannot be used to make in-store transactions.
 
Depending on your state, the stated transaction is a rental-purchase deal (rent-to-own agreement, consumer rental-purchase agreement, or lease/lease-purchase agreement) with Katapult. It is not necessary to be an owner. You will not own the goods until you have paid in full the whole amount required to obtain ownership or you exercise your early buy option. Payment amounts and rental terms may be found in your lease agreement.

The phrase "No Credit Option" indicates that this is not a credit, loan, or financing transaction. It does not indicate or suggest that no check into credit history or creditworthiness will be undertaken. We examine your application using numerous data points and routinely accept clients with less-than-perfect credit.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Katapult Pay - Shop Now & Lease-to-Own Katapult Pay - Shop Now & Lease-to-Own
ID njiknkjbcgikchceobldddhipglhehjh
URL Chính Thức https://chromewebstore.google.com/detail/katapult-pay-shop-now-lea/njiknkjbcgikchceobldddhipglhehjh
Mô tả Katapult Pay allows you to lease the items you require.
Kích Thước Tệp 5.66 MB
Số Lần Cài Đặt 5,492
Phiên Bản Hiện Tại 4.0.1
Cập Nhật Lần Cuối 2023-07-11
Ngày Phát Hành 2022-05-24
Đánh Giá 1.89/5 Tổng số 18 Đánh Giá
Nhà Phát Triển google-dev
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://katapult.com/
URL Trang Trợ Giúp https://katapult.com/faq/
URL Trang Chính Sách Bảo Mật https://katapult.com/app/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Katapult Pay allows you to lease the items you require.",
    "version": "4.0.1",
    "manifest_version": 3,
    "name": "Katapult Pay - Shop Now & Lease-to-Own",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "src\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "src\/js\/jquery-3.6.0.min.js",
                "src\/js\/content.js"
            ],
            "css": [
                "src\/style\/style.css"
            ],
            "svg": [
                "src\/svg\/*.svg"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "src\/style\/style.css",
                "src\/fonts\/*.*",
                "*.js",
                "src\/Images\/*.png",
                "*.png",
                "src\/svg\/*.svg",
                "*.svg",
                "src\/js\/*.js",
                "src\/html\/*.html",
                "src\/js\/*.js.map"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "src\/png\/katapult.png"
        }
    },
    "icons": {
        "20": "src\/png\/katapult.png",
        "48": "src\/png\/katapult.png",
        "152": "src\/png\/katapult.png"
    }
}