Talk Time for Google Meet

Your assistant for 'Google Meet' meetings

Cos'è Talk Time for Google Meet?

Talk Time for Google Meet è un'estensione di Chrome sviluppata da burmeidan, e la sua funzione principale è "Your assistant for 'Google Meet' meetings".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Talk Time for Google Meet

Scarica i file di estensione Talk Time for Google Meet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        It is your google meet assistant, which will help you to improve your meeting analysis and add many useful features to common meetings. View your recording, leave feedbacks, private chat, soft-skill badges, and it is not the end of the list. Try it and your meetings will be more comfortable and you will gain new opportunities to make your meeting better.                    

Informazioni di Base sull'Estensione

Nome Talk Time for Google Meet Talk Time for Google Meet
ID bclhnknpopffhkpodghagpcekbmljclh
URL Ufficiale https://chromewebstore.google.com/detail/talk-time-for-google-meet/bclhnknpopffhkpodghagpcekbmljclh
Descrizione Your assistant for 'Google Meet' meetings
Dimensione del File 82.29 KB
Conteggio Installazioni 100
Versione Corrente 3.17
Ultimo Aggiornamento 2024-02-09
Data di Pubblicazione 2022-07-24
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore burmeidan
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://everyoneshouldhaveavoice.com/
URL della Pagina di Aiuto https://everyoneshouldhaveavoice.com/
URL della Pagina della Politica sulla Privacy https://nobeltt.com/policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Your assistant for 'Google Meet' meetings",
    "manifest_version": 3,
    "name": "Talk Time for Google Meet",
    "author": "Danylo Burmei",
    "version": "3.17",
    "homepage_url": "https:\/\/EveryoneShouldHaveAVoice.com\/",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "storage",
        "https:\/\/meet.google.com\/*",
        "https:\/\/EveryoneShouldHaveAVoice.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "resources\/*",
                "manifest.json"
            ],
            "matches": [
                ""
            ]
        }
    ]
}