Google Meet Attendance Simple

A Simple and Sober Google Meet Attendance Extension

What is Google Meet Attendance Simple?

Google Meet Attendance Simple is a Chrome extension developed by omii2k01, and its main feature is "A Simple and Sober Google Meet Attendance Extension".

Extension Screenshots

screenshot
screenshot

Download Google Meet Attendance Simple Extension CRX File

Download Google Meet Attendance Simple extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        A Simple Attendance Extension                    

Extension Basic Information

Name Google Meet Attendance Simple Google Meet Attendance Simple
ID pinionhaoejamhlnonkakfmbfbfdmnai
Official URL https://chromewebstore.google.com/detail/google-meet-attendance-si/pinionhaoejamhlnonkakfmbfbfdmnai
Description A Simple and Sober Google Meet Attendance Extension
File Size 16.03 KB
Installation Count 361
Current Version 1.501
Last Updated 2023-09-24
Publish Date 2020-11-04
Rating 5.00/5 Total 1 Ratings
Developer omii2k01
Email [email protected]
Payment Type free
Extension Website https://om-111.github.io/meetendence/
Help Page URL https://om-111.github.io/meetendence/how-to-use
Supported Languages 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"
        }
    }
}