Google Meet Attendance
Save the time joined and left of all attendees with one click!
Google Meet Attendanceとは何ですか?
Google Meet AttendanceはJake Crowleyによって開発されたChromeの拡張機能で、その主な機能は「Save the time joined and left of all attendees with one click!」です。
拡張機能のスクリーンショット
Google Meet Attendance拡張機能のCRXファイルをダウンロード
Google Meet Attendance拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Saves a list of all current attendees with one click in a Google Meet meeting with the time they joined and left to a spreadsheet. No user information is collected while using this extension.
拡張機能の基本情報
名前 | Google Meet Attendance |
ID | ghcbncfgnbhdcjmhpoakkjojgekcejdf |
公式URL | https://chromewebstore.google.com/detail/google-meet-attendance/ghcbncfgnbhdcjmhpoakkjojgekcejdf |
説明 | Save the time joined and left of all attendees with one click! |
ファイルサイズ | 18.23 KB |
インストール数 | 40,193 |
現在のバージョン | 0.0.7 |
最終更新日 | 2020-07-12 |
公開日 | 2020-05-13 |
評価 | 3.92/5 合計 50 レビュー |
開発者 | Jake Crowley |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | https://jakecrowley.github.io/googlemeetattendance/privacy.html |
プライバシーポリシーページのURL | https://jakecrowley.github.io/googlemeetattendance/privacy.html |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Meet Attendance", "version": "0.0.7", "manifest_version": 2, "description": "Save the time joined and left of all attendees with one click!", "homepage_url": "https:\/\/github.com\/jakecrowley\/Google-Meet-Attendance", "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\/*" ] } |