Google Meet Plus - Meeting Transcripts
This extension helps you to copy your meeting transcripts to the clipboard.
Google Meet Plus - Meeting Transcripts란 무엇입니까?
Google Meet Plus - Meeting Transcripts은(는) hyzhang에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension helps you to copy your meeting transcripts to the clipboard."입니다.
확장 프로그램 스크린샷
Google Meet Plus - Meeting Transcripts 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Google Meet Plus - Meeting Transcripts is a must-have extension for Google Meet users. This extension allows you to copy your meeting transcripts to the clipboard. Extension features: 1. Automatically start meeting caption for your meeting 2. Allow you to copy the meeting transcripts to your clipboard, so that you can further paste them to anywhere 3. Warning message if you accidentally turn off the caption Update History: Aug. 3rd 2020: Version 0.94 - Initial Release
확장 프로그램 기본 정보
이름 | Google Meet Plus - Meeting Transcripts |
ID | bhdjoenakdncbihdefmdokhkmandglkj |
공식 URL | https://chromewebstore.google.com/detail/google-meet-plus-meeting/bhdjoenakdncbihdefmdokhkmandglkj |
설명 | This extension helps you to copy your meeting transcripts to the clipboard. |
파일 크기 | 569 KB |
설치 횟수 | 174 |
현재 버전 | 0.94.4 |
최근 업데이트 | 2020-08-03 |
출시 날짜 | 2020-08-03 |
평점 | 1.00/5 총 1 개의 평점 |
개발자 | hyzhang |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Meet Plus - Meeting Transcripts", "description": "This extension helps you to copy your meeting transcripts to the clipboard.", "version": "0.94.4", "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/meet.google.com\/*" ], "js": [ "inject.js" ], "run_at": "document_idle", "all_frames": false } ], "web_accessible_resources": [ "stenographer.js" ], "manifest_version": 2 } |