Google meet attendance downloader & autoadmit
This is an extension for downloading the attendance on Google Meet and also you can enable auto admit.
Qu'est-ce que Google meet attendance downloader & autoadmit ?
Google meet attendance downloader & autoadmit est une extension Chrome développée par Md Waqar, et sa fonction principale est "This is an extension for downloading the attendance on Google Meet and also you can enable auto admit.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Google meet attendance downloader & autoadmit
Téléchargez les fichiers d'extension Google meet attendance downloader & autoadmit 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 is an extension for downloading the attendance of the attendees on Google Meet and also you can enable auto admit so that people want to join the meeting can be admitted automatically and you don't get disturbed each and every time granting permissions.
Informations de Base sur l'Extension
Nom | Google meet attendance downloader & autoadmit |
ID | aooohipcpangghmcpkjhcolnagaihglj |
URL Officiel | https://chromewebstore.google.com/detail/google-meet-attendance-do/aooohipcpangghmcpkjhcolnagaihglj |
Description | This is an extension for downloading the attendance on Google Meet and also you can enable auto admit. |
Taille du Fichier | 23.88 KB |
Nombre d'Installations | 533 |
Version Actuelle | 0.0.5 |
Dernière Mise à Jour | 2021-07-06 |
Date de Publication | 2021-03-05 |
Évaluation | 4.80/5 Total 5 Évaluations |
Développeur | Md Waqar |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google meet attendance downloader & autoadmit", "description": "This is an extension for downloading the attendance on Google Meet and also you can enable auto admit.", "version": "0.0.5", "manifest_version": 2, "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png" }, "content_scripts": [ { "matches": [ "https:\/\/meet.google.com\/*" ], "js": [ "content.js" ] } ], "browser_action": { "default_popup": "popup.html", "default_title": "Google meet attendance downloader & autoadmit", "default_icon": "logo.png" } } |