Talk Time for Google Meet

Your assistant for 'Google Meet' meetings

Co to jest Talk Time for Google Meet?

Talk Time for Google Meet to rozszerzenie Chrome opracowane przez burmeidan, a jego główną funkcją jest „Your assistant for 'Google Meet' meetings”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Talk Time for Google Meet

Pobierz pliki rozszerzeń Talk Time for Google Meet w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Talk Time for Google Meet Talk Time for Google Meet
ID bclhnknpopffhkpodghagpcekbmljclh
Oficjalny URL https://chromewebstore.google.com/detail/talk-time-for-google-meet/bclhnknpopffhkpodghagpcekbmljclh
Opis Your assistant for 'Google Meet' meetings
Rozmiar pliku 82.29 KB
Liczba instalacji 100
Aktualna Wersja 3.17
Ostatnia Aktualizacja 2024-02-09
Data Publikacji 2022-07-24
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper burmeidan
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://everyoneshouldhaveavoice.com/
Adres URL Strony Pomocy https://everyoneshouldhaveavoice.com/
Adres URL Strony Polityki Prywatności https://nobeltt.com/policy
Obsługiwane Języki 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": [
                ""
            ]
        }
    ]
}