US Credit Cards 101

All your card needs, all in one place.

What is US Credit Cards 101?

US Credit Cards 101 is a Chrome extension developed by https://uscreditcards101.com, and its main feature is "All your card needs, all in one place.".

Extension Screenshots

screenshot

Download US Credit Cards 101 Extension CRX File

Download US Credit Cards 101 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name US Credit Cards 101 US Credit Cards 101
ID lbcgkmcepniodnjjgapeaopfapiojlhc
Official URL https://chromewebstore.google.com/detail/us-credit-cards-101/lbcgkmcepniodnjjgapeaopfapiojlhc
Description All your card needs, all in one place.
File Size 13.6 KB
Installation Count 1,868
Current Version 1.0.1
Last Updated 2023-03-17
Publish Date 2022-11-01
Rating 3.00/5 Total 2 Ratings
Developer https://uscreditcards101.com
Email [email protected]
Payment Type free
Extension Website https://www.uscreditcards101.com/uscreditcards101-chrome-extension/
Supported Languages 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"
    }
}