Meet Chat Transcribe

Transcribe Google Meet Chats to a Google Doc.

Meet Chat Transcribe란 무엇입니까?

Meet Chat Transcribe은(는) https://claycodes.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Transcribe Google Meet Chats to a Google Doc."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Meet Chat Transcribe 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Transcribe Google Meet Chats to a Google Doc. When engaged, chats will be saved to a Google doc in the Meet Chat Transcripts folder of your Google Drive.                    

확장 프로그램 기본 정보

이름 Meet Chat Transcribe Meet Chat Transcribe
ID ahlabgblondjgakdbofloogedjibnfdh
공식 URL https://chromewebstore.google.com/detail/meet-chat-transcribe/ahlabgblondjgakdbofloogedjibnfdh
설명 Transcribe Google Meet Chats to a Google Doc.
파일 크기 266 KB
설치 횟수 10,000
현재 버전 1.21
최근 업데이트 2023-10-08
출시 날짜 2020-05-28
평점 2.95/5 총 20 개의 평점
개발자 https://claycodes.org
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.claycodes.org/google-add-onsextensions/meet-chat-transcribe
도움말 페이지 URL https://www.claycodes.org/google-add-onsextensions/meet-chat-transcribe
개인정보 보호 정책 페이지 URL https://www.claycodes.org/home/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.21",
    "permissions": [
        "identity",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/meet.google.com\/*"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlCUULCFrqoEyoJ1v3AAnwpSgpa3v+bEcYAgHMMMeFewdIHr2rJr2ww2j21zsmfJG2YUYSAneB2MoBk03s6gUNYoO5ROWj72moeC2uHjNRnbaE17rNUjM2UnV3SDrI\/B6fZJg+XnP2k4Wex0ySmm9sSrxtDXcrSWCmOgtT8To7v2kY4aC\/jOulwJtGnGsMA0wyN5LF3FRe6ZYIsL63gwmtNWjpIk9AhQfC5KVkcrsdsNapUZS6PgM3L9SZy8RyPrDfjNGw4N55wDA\/GPLUoe42\/QJJ15qcu53GcFUPgxWSPdUaU01fhR0iQhig0pt6EtXId6vGveFf\/FpqfOArfe0hwIDAQAB",
    "oauth2": {
        "client_id": "274024907952-8opnnf1jcf0icbra4dg1ai3obi2eoeig.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/script.external_request",
            "https:\/\/www.googleapis.com\/auth\/drive.file"
        ]
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "css": [],
            "js": [
                "js\/jquery.js",
                "contentscript.js",
                "js\/moment-with-locales.js"
            ]
        }
    ],
    "action": {
        "matches": [
            "https:\/\/meet.google.com\/*"
        ],
        "default_icon": {
            "19": "images\/icons\/19.png",
            "38": "images\/icons\/38.png"
        }
    },
    "icons": {
        "16": "images\/icons\/16.png",
        "19": "images\/icons\/19.png",
        "38": "images\/icons\/38.png",
        "64": "images\/icons\/64.png",
        "128": "images\/icons\/128.png"
    }
}