Google Meet Attendance

This is Google meet attendance extension which is updated with new features on the users demand.

Google Meet Attendance란 무엇입니까?

Google Meet Attendance은(는) https://aiforkids.in에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This is Google meet attendance extension which is updated with new features on the users demand."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        features:-
* #Best  #Simple #Attractive #Powerful 
* Provides attendees
* Provides absentees
* Export of attendees in all three formats excel, word, text.
* User friendly
* Different themes(magic theme also )
* Attractive design

This gmeet extension will not only provide you the attendees but also the absentees in the class and it will make your job more easier. this extension is for the attendance purpose and can also export the google meet attendance with different files and this gmeet attendance extension is made for all who r given the job to get attendance and find it difficult to do.
In this gmeet absentees and attendees extension you just need to click the get attendance button to get the attendees and get absentees button to get the absentees. it will not take more than 5 seconds to do that .


                                           THANK-YOU SO MUCH
------------------------------------------------------******------------------------------------------
Made for gmeet attendance
Made by 
Lalit Kumar                    

확장 프로그램 기본 정보

이름 Google Meet Attendance Google Meet Attendance
ID ohbillkckjklenebjdgdpnihdhlpjmgn
공식 URL https://chromewebstore.google.com/detail/google-meet-attendance/ohbillkckjklenebjdgdpnihdhlpjmgn
설명 This is Google meet attendance extension which is updated with new features on the users demand.
파일 크기 56.38 KB
설치 횟수 2,835
현재 버전 1.5.0
최근 업데이트 2021-02-16
출시 날짜 2020-09-05
평점 4.20/5 총 15 개의 평점
개발자 https://aiforkids.in
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.aiforkids.in
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Meet Attendance",
    "version": "1.5.0",
    "description": "This is Google meet attendance extension which is updated with new features on the users demand.",
    "browser_action": {
        "default_icon": "\/icons\/icon16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/content-e0a4c960.js",
                "contents.js"
            ],
            "matches": [
                "https:\/\/meet.google.com\/*"
            ]
        }
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+A"
            }
        }
    },
    "background": {
        "scripts": [
            "backgroundwork.js"
        ],
        "persistent": false
    },
    "icons": {
        "12": "icons\/icon2.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "web_accessible_resources": [
        "content.js",
        "html\/settings.html"
    ]
}