US Credit Cards 101

All your card needs, all in one place.

Cos'è US Credit Cards 101?

US Credit Cards 101 è un'estensione di Chrome sviluppata da https://uscreditcards101.com, e la sua funzione principale è "All your card needs, all in one place.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione US Credit Cards 101

Scarica i file di estensione US Credit Cards 101 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome US Credit Cards 101 US Credit Cards 101
ID lbcgkmcepniodnjjgapeaopfapiojlhc
URL Ufficiale https://chromewebstore.google.com/detail/us-credit-cards-101/lbcgkmcepniodnjjgapeaopfapiojlhc
Descrizione All your card needs, all in one place.
Dimensione del File 13.6 KB
Conteggio Installazioni 1,868
Versione Corrente 1.0.1
Ultimo Aggiornamento 2023-03-17
Data di Pubblicazione 2022-11-01
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore https://uscreditcards101.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.uscreditcards101.com/uscreditcards101-chrome-extension/
Lingue Supportate 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"
    }
}