Timer for Google Meet
Show Time for google meet
Timer for Google Meet란 무엇입니까?
Timer for Google Meet은(는) https://google-meet-timer.freefinancetools.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Show Time for google meet"입니다.
확장 프로그램 스크린샷
Timer for Google Meet 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension helps to add a timer in your Google Meet calls. It allows you to check how long you've been on a Google Meet call. To begin using the software extension, simply install the software extension and then navigate to your Google Meeting. To begin timing the Google Meet Call, click on the extension icon once you are on the Google Meet website. Our software works for google meet hangouts as well. The reason you need to do this is our extension code is only allowed to run when you press the software icon due to new security restrictions on the Chrome Store. Sorry for any inconvenience caused and we hope you enjoy using this extension to record the length of your Google video conference calls.
확장 프로그램 기본 정보
이름 | Timer for Google Meet |
ID | lmkdehdoopeeffkakbbkfcmmhmeoakpk |
공식 URL | https://chromewebstore.google.com/detail/timer-for-google-meet/lmkdehdoopeeffkakbbkfcmmhmeoakpk |
설명 | Show Time for google meet |
파일 크기 | 48.43 KB |
설치 횟수 | 8,240 |
현재 버전 | 3.0.0 |
최근 업데이트 | 2023-11-14 |
출시 날짜 | 2020-07-27 |
평점 | 3.78/5 총 9 개의 평점 |
개발자 | https://google-meet-timer.freefinancetools.net |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://google-meet-timer.freefinancetools.net |
도움말 페이지 URL | https://google-meet-timer.freefinancetools.net/contact |
지원되는 언어 | id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "\/js\/background.js" }, "container": [ "GOOGLE_DRIVE" ], "content_scripts": [ { "js": [ "\/js\/content.js" ], "css": [ "\/css\/content.css" ], "matches": [ "https:\/\/meet.google.com\/*" ], "run_at": "document_idle" } ], "default_locale": "en", "description": "__MSG_AppDesc__", "icons": { "128": "icon-128.png", "16": "icon-16.png", "48": "icon-48.png" }, "manifest_version": 3, "name": "__MSG_AppName__", "offline_enabled": true, "permissions": [ "storage" ], "version": "3.0.0", "action": { "default_title": "Google Meet Timer" }, "homepage_url": "https:\/\/google-meet-timer.freefinancetools.net\/" } |