US Credit Cards 101

All your card needs, all in one place.

US Credit Cards 101 là gì?

US Credit Cards 101 là một tiện ích mở rộng Chrome được phát triển bởi https://uscreditcards101.com, và tính năng chính của nó là "All your card needs, all in one place.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng US Credit Cards 101

Tải xuống các tệp mở rộng US Credit Cards 101 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

                        We help you manage all the offers provided by your credit card companies, so you do not miss one.                    

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

Tên US Credit Cards 101 US Credit Cards 101
ID lbcgkmcepniodnjjgapeaopfapiojlhc
URL Chính Thức https://chromewebstore.google.com/detail/us-credit-cards-101/lbcgkmcepniodnjjgapeaopfapiojlhc
Mô tả All your card needs, all in one place.
Kích Thước Tệp 13.6 KB
Số Lần Cài Đặt 1,868
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2023-03-17
Ngày Phát Hành 2022-11-01
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://uscreditcards101.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.uscreditcards101.com/uscreditcards101-chrome-extension/
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "US Credit Cards 101",
    "version": "1.0.1",
    "description": "All your card needs, all in one place.",
    "icons": {
        "128": "res\/favicon.png"
    },
    "content_scripts": [
        {
            "js": [
                "main.js"
            ],
            "matches": [
                "https:\/\/*.americanexpress.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "service-worker.js"
    }
}