Google Classroom LinkHub

All links of Google Meet, Google Classroom one place _abx

Google Classroom LinkHubคืออะไร?

Google Classroom LinkHub เป็นส่วนขยายของ Chrome ที่พัฒนาโดย abx และคุณลักษณะหลักของมันคือ "All links of Google Meet, Google Classroom one place _abx"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Google Classroom LinkHub.
Tired of opening Google Classroom Again and again for links ? 

Saves all your Google Meet and Google Classroom Links at One Place
Simple UI, All links, One Place, Fast Access.

How To Use ??

Step 1 : Enter Details (Teacher Name, Class Name, Meet link, GCR link)
Step 2 : Click 'Plus' icon to add Details.
Step 3 : Open any Base link (Caution: Extensions doesn't work on empty Urls)
Step 4 : Select your Class/ Teacher. 
         Now click on 'MEET' button to join Google Meet or
         click on 'Google Classroom' to join GCR.
         
- Want to Delete ?
  Select Class/ Teacher you want to Delete, Click on 'Minus' icon to Delete selected.
  
  Like my work,
  Add your valuable Reviews. 
  
  Made with ❤ By: abx.                    

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

ชื่อ Google Classroom LinkHub Google Classroom LinkHub
ID mbkeinklkdfiodfhojbpikpikmbidmgb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/google-classroom-linkhub/mbkeinklkdfiodfhojbpikpikmbidmgb
คำอธิบาย All links of Google Meet, Google Classroom one place _abx
ขนาดไฟล์ 23.54 KB
จำนวนการติดตั้ง 1,529
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2021-02-06
วันที่เผยแพร่ 2021-02-06
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา abx
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://bhattcodes.github.io
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Classroom LinkHub",
    "description": "All links of Google Meet, Google Classroom one place _abx",
    "version": "1.0",
    "content_scripts": [
        {
            "js": [
                "assets\/js\/script.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "192": "assets\/images\/gcricon.png"
    },
    "browser_action": {
        "default_icon": "assets\/images\/gcricon.png",
        "default_popup": "index.html"
    }
}