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
Eメール [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"
    }
}