Titech Portal Auto-login

No more tedious matrix lookups!

ما هو Titech Portal Auto-login؟

Titech Portal Auto-login هو إضافة Chrome تم تطويرها بواسطة hagward، والميزة الرئيسية لها هي "No more tedious matrix lookups!".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Titech Portal Auto-login

قم بتنزيل ملفات الامتداد Titech Portal Auto-login بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Remembers your Titech Portal login matrix and automatically fills in the login fields for you.

This extension is open source: https://github.com/hagward/titechportal-autologin                    

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

الاسم Titech Portal Auto-login Titech Portal Auto-login
ID mglldflbijilmkimahfloeogpfldnpam
عنوان URL الرسمي https://chromewebstore.google.com/detail/titech-portal-auto-login/mglldflbijilmkimahfloeogpfldnpam
الوصف No more tedious matrix lookups!
حجم الملف 9.48 KB
عدد التثبيتات 219
النسخة الحالية 0.1.1.0
آخر تحديث 2021-12-03
تاريخ النشر 2019-03-30
تقييم 4.50/5 مجموع تقييمات 2
المطور hagward
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة المساعدة https://github.com/hagward/titechportal-autologin#faq
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Titech Portal Auto-login",
    "description": "No more tedious matrix lookups!",
    "version": "0.1.1.0",
    "homepage_url": "https:\/\/github.com\/hagward\/titechportal-autologin",
    "options_page": "options.html",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        },
        "default_title": "Titech Portal Auto-login"
    },
    "permissions": [
        "declarativeContent",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/portal.nap.gsic.titech.ac.jp\/*"
    ]
}