ItsLoggedIn

Disables auto log out for ItsLearning

ItsLoggedInคืออะไร?

ItsLoggedIn เป็นส่วนขยายของ Chrome ที่พัฒนาโดย philipmarschner และคุณลักษณะหลักของมันคือ "Disables auto log out for ItsLearning"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ItsLoggedIn

ดาวน์โหลดไฟล์ส่วนขยาย ItsLoggedIn ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        This extension disables the auto logout function on itsLearning                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ItsLoggedIn ItsLoggedIn
ID jjngeplfmlmpehkhkpmfpapkebibmckd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/itsloggedin/jjngeplfmlmpehkhkpmfpapkebibmckd
คำอธิบาย Disables auto log out for ItsLearning
ขนาดไฟล์ 9.48 KB
จำนวนการติดตั้ง 105
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2021-08-27
วันที่เผยแพร่ 2021-08-27
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา philipmarschner
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ItsLoggedIn",
    "version": "0.0.1",
    "icons": {
        "16": "blue16.png",
        "48": "blue48.png",
        "128": "blue128.png"
    },
    "description": "Disables auto log out for ItsLearning",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.itslearning.com\/*"
            ],
            "js": [
                "Content.js"
            ]
        }
    ]
}