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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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": [
                ""
            ]
        }
    ]
}