Talk Time for Google Meet

Your assistant for 'Google Meet' meetings

Vad är Talk Time for Google Meet?

Talk Time for Google Meet är en Chrome-tillägg utvecklad av burmeidan, och dess huvudfunktion är "Your assistant for 'Google Meet' meetings".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Talk Time for Google Meet-förlängningens CRX-fil

Ladda ner Talk Time for Google Meet-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Talk Time for Google Meet Talk Time for Google Meet
ID bclhnknpopffhkpodghagpcekbmljclh
Officiell webbadress https://chromewebstore.google.com/detail/talk-time-for-google-meet/bclhnknpopffhkpodghagpcekbmljclh
Beskrivning Your assistant for 'Google Meet' meetings
Filstorlek 82.29 KB
Antal Installationer 100
Aktuell Version 3.17
Senast Uppdaterad 2024-02-09
Publiceringsdatum 2022-07-24
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare burmeidan
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://everyoneshouldhaveavoice.com/
Hjälpsida URL https://everyoneshouldhaveavoice.com/
URL till Sekretesspolicy Sidan https://nobeltt.com/policy
Stödda Språk 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": [
                ""
            ]
        }
    ]
}