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文件
下載Timer for Google Meet擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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\/" } |