Talk Time for Google Meet

Your assistant for 'Google Meet' meetings

What is Talk Time for Google Meet?

Talk Time for Google Meet is a Chrome extension developed by burmeidan, and its main feature is "Your assistant for 'Google Meet' meetings".

Extension Screenshots

screenshot
screenshot

Download Talk Time for Google Meet Extension CRX File

Download Talk Time for Google Meet 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

                        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.                    

Extension Basic Information

Name Talk Time for Google Meet Talk Time for Google Meet
ID bclhnknpopffhkpodghagpcekbmljclh
Official URL https://chromewebstore.google.com/detail/talk-time-for-google-meet/bclhnknpopffhkpodghagpcekbmljclh
Description Your assistant for 'Google Meet' meetings
File Size 82.29 KB
Installation Count 100
Current Version 3.17
Last Updated 2024-02-09
Publish Date 2022-07-24
Rating 5.00/5 Total 2 Ratings
Developer burmeidan
Email [email protected]
Payment Type free
Extension Website https://everyoneshouldhaveavoice.com/
Help Page URL https://everyoneshouldhaveavoice.com/
Privacy Policy Page URL https://nobeltt.com/policy
Supported Languages 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": [
                ""
            ]
        }
    ]
}