Teams meeting generator

Generate Teams Meetings directly from webmail

What is Teams meeting generator?

Teams meeting generator is a Chrome extension developed by Grauso Francesco, and its main feature is "Generate Teams Meetings directly from webmail".

Extension Screenshots

screenshot

Download Teams meeting generator Extension CRX File

Download Teams meeting generator 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

                        Questa estensione consente agli utenti della webmail Microsoft (OWA) di generare una riunione per Microsoft Teams direttamente dal browser, senza accedere ad Outlook. Per utilizzare questa estensione è necessario accedere alla webmail ed entrare nella schermata per creare un nuovo calendar. A quel punto, dopo aver compilato tutti i campi è possibile cliccare sull'icona dell'estensione, effettuare il login con il proprio account microsoft e successivamente premere sul pulsante "Genera link". A quel punto il link generato verrà inserito direttamente all'interno del calendar.
Questa estensione consente di velocizzare di molto il processo di creazione dei link per Microsoft Teams.                    

Extension Basic Information

Name Teams meeting generator Teams meeting generator
ID nhomicjllioanafjoohejfofejibbbgk
Official URL https://chromewebstore.google.com/detail/teams-meeting-generator/nhomicjllioanafjoohejfofejibbbgk
Description Generate Teams Meetings directly from webmail
File Size 145 KB
Installation Count 553
Current Version 0.1.0
Last Updated 2021-04-20
Publish Date 2021-03-23
Rating 1.00/5 Total 1 Ratings
Developer Grauso Francesco
Email [email protected]
Payment Type free
Supported Languages it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Teams meeting generator",
    "version": "0.1.0",
    "manifest_version": 2,
    "description": "Generate Teams Meetings directly from webmail",
    "icons": {
        "512": "logo512.png"
    },
    "browser_action": {
        "default_icon": "logo512.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "identity",
        "storage",
        "activeTab"
    ]
}