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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Google Meet Attendance Simple 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        A Simple Attendance Extension                    

확장 프로그램 기본 정보

이름 Google Meet Attendance Simple 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"
        }
    }
}