Google meet attendance,message notify NEW
Scans attendees and records time and sends desktop notifications on messages
Google meet attendance,message notify NEW란 무엇입니까?
Google meet attendance,message notify NEW은(는) kingmohan45에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Scans attendees and records time and sends desktop notifications on messages"입니다.
확장 프로그램 스크린샷
Google meet attendance,message notify NEW 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
*** WORKS ONLY FOR UPDATED UI *** There is another extenstion for Legacy with name -Google meet attendance,message notify LEGACY. Video regarding installation and usage : https://youtu.be/GesqoOMmHkg Features: * Records person's session-time(how many minutes a person stayed on page) * if someone messages even if you aren't active on that tab you will get a desktop notification * one can start or stop recording by default it will be started * one can download CSV file with id (if any), names and session times separated by ',' at any instance of time * when user click end call button, the file will be downloaded automatically and on the second time user click end call button, the call will be ended. This helps if user forget to download the attendance. ** those were working at the time of publishing(as of observed tests), feel free to mail me issues if any.
확장 프로그램 기본 정보
이름 | Google meet attendance,message notify NEW |
ID | bcnbnmbaomnhdjdkcknllhhboljmplmi |
공식 URL | https://chromewebstore.google.com/detail/google-meet-attendancemes/bcnbnmbaomnhdjdkcknllhhboljmplmi |
설명 | Scans attendees and records time and sends desktop notifications on messages |
파일 크기 | 20.12 KB |
설치 횟수 | 152 |
현재 버전 | 5.0.1 |
최근 업데이트 | 2021-12-17 |
출시 날짜 | 2021-04-28 |
평점 | 4.00/5 총 3 개의 평점 |
개발자 | kingmohan45 |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/KingMohan45/googleMeetAttendanceAndNotifier |
도움말 페이지 URL | https://github.com/KingMohan45/googleMeetAttendanceAndNotifier/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Scans attendees and records time and sends desktop notifications on messages", "manifest_version": 2, "name": "Google meet attendance,message notify NEW", "version": "5.0.1", "homepage_url": "https:\/\/github.com\/KingMohan45\/googleMeetAttendanceAndNotifier", "icons": { "48": "icons\/r16_cs_g17.png" }, "content_scripts": [ { "matches": [ "*:\/\/meet.google.com\/*" ], "js": [ "scanAttendees.js" ] } ] } |