Google Classroom LinkHub

All links of Google Meet, Google Classroom one place _abx

什麼是Google Classroom LinkHub?

Google Classroom LinkHub是由abx開發的Chrome擴展程式,該擴展的主要功能是“All links of Google Meet, Google Classroom one place _abx”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Google Classroom LinkHub擴展crx文件

下載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
官方網址 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"
    }
}