G-Meet Auto Join

Automatically join G-Meet meetings !

Qu'est-ce que G-Meet Auto Join ?

G-Meet Auto Join est une extension Chrome développée par Prakhar Gurunani, et sa fonction principale est "Automatically join G-Meet meetings !".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension G-Meet Auto Join

Téléchargez les fichiers d'extension G-Meet Auto Join 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

                        Who the hell loves attending 8 A.M classes ? Someone else can do this job more efficiently.

Just save the meeting specifics (URL, time, duration...). The extension enters the meeting automatically, with audio and video turned off. It departs the meeting and closes the tab when the user-specified duration is achieved. Because this is a reoccurring event, the user will not have to save the meeting information every week.

Note - The extension will not work if the browser is closed (basically true for all extensions). Atleast one browser window needs to remain open for the extension to work correctly.                    

Informations de Base sur l'Extension

Nom G-Meet Auto Join G-Meet Auto Join
ID fmnjbaiongfjhonkncinpegdeamhmbpo
URL Officiel https://chromewebstore.google.com/detail/g-meet-auto-join/fmnjbaiongfjhonkncinpegdeamhmbpo
Description Automatically join G-Meet meetings !
Taille du Fichier 108 KB
Nombre d'Installations 62
Version Actuelle 1.0.1
Dernière Mise à Jour 2023-08-25
Date de Publication 2022-01-21
Évaluation 5.00/5 Total 2 Évaluations
Développeur Prakhar Gurunani
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "G-Meet Auto Join",
    "description": "Automatically join G-Meet meetings !",
    "version": "1.0.1",
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "alarms",
        "storage",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/meet.google.com\/*"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_popup": "html\/popup.html"
    }
}