US Credit Cards 101

All your card needs, all in one place.

Co to jest US Credit Cards 101?

US Credit Cards 101 to rozszerzenie Chrome opracowane przez https://uscreditcards101.com, a jego główną funkcją jest „All your card needs, all in one place.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia US Credit Cards 101

Pobierz pliki rozszerzeń US Credit Cards 101 w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa US Credit Cards 101 US Credit Cards 101
ID lbcgkmcepniodnjjgapeaopfapiojlhc
Oficjalny URL https://chromewebstore.google.com/detail/us-credit-cards-101/lbcgkmcepniodnjjgapeaopfapiojlhc
Opis All your card needs, all in one place.
Rozmiar pliku 13.6 KB
Liczba instalacji 1,868
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2023-03-17
Data Publikacji 2022-11-01
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper https://uscreditcards101.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.uscreditcards101.com/uscreditcards101-chrome-extension/
Obsługiwane Języki 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"
    }
}