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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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\/*"
    ]
}