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
官方網址 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
電子郵箱 [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\/*"
    ]
}