Talk Time for Google Meet

Your assistant for 'Google Meet' meetings

什么是Talk Time for Google Meet?

Talk Time for Google Meet是由burmeidan开发的Chrome扩展程序,该扩展的主要功能是“Your assistant for 'Google Meet' meetings”。

扩展截图

screenshot
screenshot

下载Talk Time for Google Meet扩展crx文件

下载Talk Time for Google Meet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Talk Time for Google Meet Talk Time for Google Meet
ID bclhnknpopffhkpodghagpcekbmljclh
官方URL https://chromewebstore.google.com/detail/talk-time-for-google-meet/bclhnknpopffhkpodghagpcekbmljclh
简介 Your assistant for 'Google Meet' meetings
文件大小 82.29 KB
安装次数 100
当前版本 3.17
更新时间 2024-02-09
上架时间 2022-07-24
评分 5.00/5 共2次评分
开发者 burmeidan
电子邮箱 [email protected]
付费类型 free
扩展官网 https://everyoneshouldhaveavoice.com/
帮助页面URL https://everyoneshouldhaveavoice.com/
隐私政策页面URL https://nobeltt.com/policy
支持的语言 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": [
                ""
            ]
        }
    ]
}