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
官方網址 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": [
                ""
            ]
        }
    ]
}