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 |
官方URL | 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" } } } |