Google Meet Attendance

Save the time joined and left of all attendees with one click!

Google Meet Attendanceとは何ですか?

Google Meet AttendanceはVinamr Bajajによって開発されたChromeの拡張機能で、その主な機能は「Save the time joined and left of all attendees with one click!」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Save the time joined and left of all attendees with one click!
Enabling one click attendance for your google meet class.                    

拡張機能の基本情報

名前 Google Meet Attendance Google Meet Attendance
ID mjjngncbeabeggcnjogcnaifjbkmbaap
公式URL https://chrome.google.com/webstore/detail/mjjngncbeabeggcnjogcnaifjbkmbaap
説明 Save the time joined and left of all attendees with one click!
ファイルサイズ 44.35 KB
インストール数 1,296
現在のバージョン 0.0.1
最終更新日 2020-08-17
公開日 2020-08-17
評価 3.00/5 合計 2 レビュー
開発者 Vinamr Bajaj
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://axios-iiitl.github.io/
プライバシーポリシーページのURL https://www.privacypolicygenerator.info/live.php?token=k4tmrYbNERt4qxs0aARigm3R34l7HCk7
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Meet Attendance",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Save the time joined and left of all attendees with one click!",
    "homepage_url": "https:\/\/github.com\/bajajvinamr\/Click2attendance",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/inject.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Instructions Popup",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "https:\/\/meet.google.com\/*"
    ]
}