Google Meet Attendance Simple
A Simple and Sober Google Meet Attendance Extension
什麼是Google Meet Attendance Simple?
Google Meet Attendance Simple是由omii2k01開發的Chrome擴展程式,該擴展的主要功能是“A Simple and Sober Google Meet Attendance Extension”。
擴展截圖
下載Google Meet Attendance Simple擴展crx文件
下載Google Meet Attendance Simple擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A Simple Attendance Extension
擴展基本資訊
名稱 | Google Meet Attendance Simple |
ID | pinionhaoejamhlnonkakfmbfbfdmnai |
官方網址 | https://chromewebstore.google.com/detail/google-meet-attendance-si/pinionhaoejamhlnonkakfmbfbfdmnai |
簡介 | A Simple and Sober Google Meet Attendance Extension |
檔案大小 | 16.03 KB |
安裝次數 | 361 |
目前版本 | 1.501 |
更新時間 | 2023-09-24 |
上架時間 | 2020-11-04 |
評分 | 5.00/5 共 1 次評分 |
開發者 | omii2k01 |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://om-111.github.io/meetendence/ |
說明頁面URL | https://om-111.github.io/meetendence/how-to-use |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "developer": { "name": "Omprakash Kambli (naikom111)", "url": "https:\/\/github.com\/om-111" }, "description": "A Simple and Sober Google Meet Attendance Extension", "manifest_version": 2, "name": "Google Meet Attendance Simple", "version": "1.501", "permissions": [ "activeTab", "https:\/\/meet.google.com\/*" ], "icons": { "16": "icons\/s16.png", "32": "icons\/s32.png", "48": "icons\/s48.png", "64": "icons\/s64.png", "96": "icons\/s96.png", "128": "icons\/s128.png" }, "background": { "scripts": [ "\/js\/whenInst.js" ] }, "browser_action": { "browser_style": true, "default_popup": "popup\/meetendence.html", "default_icon": { "16": "icons\/s16.png", "32": "icons\/s32.png", "48": "icons\/s48.png", "64": "icons\/s64.png", "96": "icons\/s96.png", "128": "icons\/s128.png" } } } |