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!”。

擴展截圖

screenshot

下載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 Google Meet Attendance
ID ghcbncfgnbhdcjmhpoakkjojgekcejdf
官方網址 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
電子郵箱 [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\/*"
    ]
}