Meet for Teachers

For educators using Google Meet.

Meet for Teachersとは何ですか?

Meet for Teachersはhttp://north27.co.ukによって開発されたChromeの拡張機能で、その主な機能は「For educators using Google Meet.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Meet for Teachers拡張機能のCRXファイルをダウンロード

Meet for Teachers拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        • Toggle (on by default) to "lock meets" and ignore any join requests to mitigate against "meet bombing". When enabled the "N" icon will go green.
• At random (about 1 in 20), a popup with safeguarding tips/reminders will appear

To contribute with any suggestions please message us at https://www.north27.co.uk                    

拡張機能の基本情報

名前 Meet for Teachers Meet for Teachers
ID edbemhpjllbfppjcdkefingohajokaca
公式URL https://chrome.google.com/webstore/detail/meet-for-teachers/edbemhpjllbfppjcdkefingohajokaca
説明 For educators using Google Meet.
ファイルサイズ 225 KB
インストール数 10,000
現在のバージョン 1.4
最終更新日 2021-03-31
公開日 2020-06-02
評価 2.78/5 合計 9 レビュー
開発者 http://north27.co.uk
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://support.north27.co.uk
プライバシーポリシーページのURL http://north27.co.uk/aet-extension-privacy-policy
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Meet for Teachers",
    "version": "1.4",
    "description": "For educators using Google Meet.",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/meet.google.com\/**-**-**"
            ],
            "all_frames": true,
            "js": [
                "scripts\/main.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "identity",
        "identity.email"
    ],
    "icons": {
        "16": "assets\/icons\/n27_icon_16.png",
        "32": "assets\/icons\/n27_icon_32.png",
        "48": "assets\/icons\/n27_icon_48.png",
        "128": "assets\/icons\/n27_icon_128.png"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "scripts\/*",
        "styles\/*"
    ],
    "browser_action": {
        "default_popup": "views\/popup.html",
        "default_title": "Meet for Teachers"
    }
}