Affirm: Buy Now, Pay Later

Pay at your own pace with Affirm’s browser extension. Get prequalified while you shop and choose a payment plan. With no fees, ever.

Affirm: Buy Now, Pay Later là gì?

Affirm: Buy Now, Pay Later là một tiện ích mở rộng Chrome được phát triển bởi https://www.affirm.com, và tính năng chính của nó là "Pay at your own pace with Affirm’s browser extension. Get prequalified while you shop and choose a payment plan. With no fees, ever.".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Affirm: Buy Now, Pay Later

Tải xuống các tệp mở rộng Affirm: Buy Now, Pay Later 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

                        With the Affirm extension, you can shop stress-free at any store and pay over time—with no late fees, penalties, or hidden costs of any kind.

How does Affirm work? It’s simple:
• Browse to your favorite store, fill your cart, and continue to checkout
• Use the extension to generate a one-time virtual card with the payment option you like best
• We’ll check your eligibility and then you’re good to go! (This only takes a moment and won’t affect your credit score.)

You won’t be hit with late fees and you’ll get more flexibility because our payment options have longer terms. Plus, we’ll never charge you with penalties or hidden costs of any kind.

Why you’ll love using the Affirm extension:
• Buy now and pay over time at almost any store.
• Get exclusive offers as low as 0% APR.

Say yes to more of the things you love while staying true to your financially responsible self.

Don’t miss out on the things you love. Shop now and pay later, it’s really that simple—add Affirm to Chrome and pay at your own pace today.

Rates from 0 to 36% APR. Payment options through Affirm are subject to an eligibility check, may not be available in all states, and are provided by these lending partners: affirm.com/lenders. Options depend on your purchase amount, and a down payment may be required. CA residents: Loans by Affirm Loan Services, LLC are made or arranged pursuant to a California Finance Lender license. Affirm savings accounts are held with Cross River Bank, Member FDIC.                    

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

Tên Affirm: Buy Now, Pay Later Affirm: Buy Now, Pay Later
ID cmfijaapnnkcglahdngmjnhkfnkihkbg
URL Chính Thức https://chromewebstore.google.com/detail/affirm-buy-now-pay-later/cmfijaapnnkcglahdngmjnhkfnkihkbg
Mô tả Pay at your own pace with Affirm’s browser extension. Get prequalified while you shop and choose a payment plan. With no fees, ever.
Kích Thước Tệp 658 KB
Số Lần Cài Đặt 326,260
Phiên Bản Hiện Tại 1.7.2
Cập Nhật Lần Cuối 2024-02-22
Ngày Phát Hành 2022-01-24
Đánh Giá 3.01/5 Tổng số 110 Đánh Giá
Nhà Phát Triển https://www.affirm.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.affirm.com
URL Trang Trợ Giúp https://helpcenter.affirm.com/
URL Trang Chính Sách Bảo Mật https://www.affirm.com/privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Affirm: Buy Now, Pay Later",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtn\/3F6ZUNKQWUFvqRDxA4uppsBTQCALn6fE7o6BO7YfMfeHvib+KScczaNoxA0zweOAuC6yxXtc7VcI2GJZ3Hs7vceRmt4pLJ8UApZb\/y0KXtMG3VvMWlCLFwj\/0IB50vbnGL9KQnAw8OcuFBMXx83tWsQFnY+nSMTPnrm\/TvJvZUOxOIW0FWCBNlAUscytP7TvKJD2PwG3HeneeAhUJPvrx3YfradF7P8Oc5F4mnuWbftj7MLeEV5IDi8aWmY52CcdJRC3ksVl8AG1Wt0r6hNjiFxGB1GJ3\/1ZsyV+t8MVBaqsrfDl3y\/FGy1tgZk8ocIL3F2YRTkwo7fZj\/N3ApQIDAQAB",
    "short_name": "Affirm",
    "description": "Pay at your own pace with Affirm\u2019s browser extension. Get prequalified while you shop and choose a payment plan. With no fees, ever.",
    "version": "1.7.2",
    "icons": {
        "16": ".\/assets\/icons\/16x16-icon.png",
        "32": ".\/assets\/icons\/32x32-icon.png",
        "48": ".\/assets\/icons\/48x48-icon.png",
        "128": ".\/assets\/icons\/128x128-icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": false,
            "js": [
                ".\/content.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": false,
            "js": [
                ".\/scripts\/frame_listener.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/www.google.com\/search*",
                "https:\/\/www.google.com\/search*"
            ],
            "all_frames": false,
            "js": [
                ".\/scripts\/google_search_content.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": false,
            "js": [
                ".\/scripts\/affirm_ala_injection.js"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/images\/*",
                "assets\/branding.json",
                "assets\/frame.html"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                "file:\/\/*\/*"
            ]
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "api_request_rules",
                "enabled": true,
                "path": "rules\/api_request_rules.json"
            }
        ]
    },
    "permissions": [
        "activeTab",
        "alarms",
        "contextMenus",
        "cookies",
        "declarativeNetRequest",
        "storage",
        "system.cpu",
        "system.memory",
        "webNavigation",
        "webRequest"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "optional_permissions": [],
    "background": {
        "service_worker": ".\/background.js"
    },
    "action": {
        "default_icon": {
            "16": ".\/assets\/icons\/unsupported-16x16.png",
            "32": ".\/assets\/icons\/unsupported-32x32.png"
        },
        "default_title": "Affirm"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; connect-src http:; frame-src https:\/\/*.affirm.com https:\/\/*.affirm-stage.com; style-src 'unsafe-inline'; default-src 'self'"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "https:\/\/www.affirm.com\/*"
        ]
    }
}