Meet Auto Join

Extension for set time to auto join in a meet of google meet

What is Meet Auto Join?

Meet Auto Join is a Chrome extension developed by diogenes.die, and its main feature is "Extension for set time to auto join in a meet of google meet".

Extension Screenshots

screenshot
screenshot

Download Meet Auto Join Extension CRX File

Download Meet Auto Join extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        With this extension you can set up auto join on a Google Meet meeting                    

Extension Basic Information

Name Meet Auto Join Meet Auto Join
ID bedjdpoalmdgbjfimlmdclnjnpanpimo
Official URL https://chrome.google.com/webstore/detail/meet-auto-join/bedjdpoalmdgbjfimlmdclnjnpanpimo
Description Extension for set time to auto join in a meet of google meet
File Size 10.26 KB
Installation Count 273
Current Version 1.0
Last Updated 2020-11-12
Publish Date 2020-11-12
Rating 2.67/5 Total 3 Ratings
Developer diogenes.die
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0",
    "name": "Meet Auto Join",
    "description": "Extension for set time to auto join in a meet of google meet",
    "author": "Di\u00f3genes Dietrich de Morais",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "setTimeout.js"
            ]
        }
    ]
}