US Credit Cards 101

All your card needs, all in one place.

ما هو US Credit Cards 101؟

US Credit Cards 101 هو إضافة Chrome تم تطويرها بواسطة https://uscreditcards101.com، والميزة الرئيسية لها هي "All your card needs, all in one place.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة US Credit Cards 101

قم بتنزيل ملفات الامتداد US Credit Cards 101 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم US Credit Cards 101 US Credit Cards 101
ID lbcgkmcepniodnjjgapeaopfapiojlhc
عنوان URL الرسمي https://chromewebstore.google.com/detail/us-credit-cards-101/lbcgkmcepniodnjjgapeaopfapiojlhc
الوصف All your card needs, all in one place.
حجم الملف 13.6 KB
عدد التثبيتات 1,868
النسخة الحالية 1.0.1
آخر تحديث 2023-03-17
تاريخ النشر 2022-11-01
تقييم 3.00/5 مجموع تقييمات 2
المطور https://uscreditcards101.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.uscreditcards101.com/uscreditcards101-chrome-extension/
اللغات المدعومة 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"
    }
}