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
官方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"
    }
}