Timer for Google Meet
Show Time for google meet
Qu'est-ce que Timer for Google Meet ?
Timer for Google Meet est une extension Chrome développée par https://google-meet-timer.freefinancetools.net, et sa fonction principale est "Show Time for google meet".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Timer for Google Meet
Téléchargez les fichiers d'extension Timer for Google Meet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Timer for Google Meet |
ID | lmkdehdoopeeffkakbbkfcmmhmeoakpk |
URL Officiel | https://chromewebstore.google.com/detail/timer-for-google-meet/lmkdehdoopeeffkakbbkfcmmhmeoakpk |
Description | Show Time for google meet |
Taille du Fichier | 48.43 KB |
Nombre d'Installations | 8,240 |
Version Actuelle | 3.0.0 |
Dernière Mise à Jour | 2023-11-14 |
Date de Publication | 2020-07-27 |
Évaluation | 3.78/5 Total 9 Évaluations |
Développeur | https://google-meet-timer.freefinancetools.net |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://google-meet-timer.freefinancetools.net |
URL de la Page d'Aide | https://google-meet-timer.freefinancetools.net/contact |
Langues Prises en Charge | 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\/" } |