G-Meet Auto Join

Automatically join G-Meet meetings !

Co je G-Meet Auto Join?

G-Meet Auto Join je rozšíření Chrome vyvinuté Prakhar Gurunani, a jeho hlavní funkcí je „Automatically join G-Meet meetings !“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření G-Meet Auto Join

Stáhněte si soubory rozšíření G-Meet Auto Join ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název G-Meet Auto Join G-Meet Auto Join
ID fmnjbaiongfjhonkncinpegdeamhmbpo
Oficiální URL https://chromewebstore.google.com/detail/g-meet-auto-join/fmnjbaiongfjhonkncinpegdeamhmbpo
Popis Automatically join G-Meet meetings !
Velikost souboru 108 KB
Počet instalací 62
Aktuální Verze 1.0.1
Poslední Aktualizace 2023-08-25
Datum Vydání 2022-01-21
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Prakhar Gurunani
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}