CaptionSaver Pro for Google Meet
Save live caption transcripts from Google Meet
CaptionSaver Pro for Google Meet란 무엇입니까?
CaptionSaver Pro for Google Meet은(는) https://captionsaver.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save live caption transcripts from Google Meet"입니다.
확장 프로그램 스크린샷
CaptionSaver Pro for Google Meet 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
CaptionSaver makes it super simple to save and download your Google Meet live captions. Just install the Chrome Extension, connect Google Drive and join your meetings. Once your meeting finishes, you can save the entire transcript to Drive or download it to your computer. About CaptionSaver Pro: CaptionSaver Pro customers get access to features such as: ✓ Auto-Save to Google Drive (do you don't have to save it manually!) ✓ Highlighting ✓ Timestamps And features coming soon: ✓ Auto-Organize by Date ✓ Integrations (let us know which ones!)
확장 프로그램 기본 정보
이름 | CaptionSaver Pro for Google Meet |
ID | jcjnciohaigmilnefoekdcpankdgkbpp |
공식 URL | https://chromewebstore.google.com/detail/captionsaver-pro-for-goog/jcjnciohaigmilnefoekdcpankdgkbpp |
설명 | Save live caption transcripts from Google Meet |
파일 크기 | 124 KB |
설치 횟수 | 3,024 |
현재 버전 | 1.9 |
최근 업데이트 | 2022-04-21 |
출시 날짜 | 2020-11-24 |
평점 | 3.18/5 총 11 개의 평점 |
개발자 | https://captionsaver.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://captionsaver.com |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CaptionSaver Pro for Google Meet", "version": "1.9", "description": "Save live caption transcripts from Google Meet", "permissions": [ "alarms", "tabs", "storage", "identity", "https:\/\/www.googleapis.com\/*", "https:\/\/licensekit.io\/*" ], "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/www.googleapis.com; object-src 'self'", "oauth2": { "client_id": "1047178326222-heuqqt41bu16t8b3tt28l4vjv8oomdd3.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/drive.file" ] }, "options_page": "options.html", "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "*:\/\/meet.google.com\/*-*-*", "*:\/\/meet.google.com\/new" ], "js": [ "js\/main.js" ], "run_at": "document_idle" } ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/captionsaver_16.png", "32": "images\/captionsaver_32.png", "48": "images\/captionsaver_48.png", "128": "images\/captionsaver_128.png" } }, "icons": { "16": "images\/captionsaver_16.png", "32": "images\/captionsaver_32.png", "48": "images\/captionsaver_48.png", "128": "images\/captionsaver_128.png" }, "manifest_version": 2, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAq9uawzkqNMJVjFWBNN227u7+yWObfUQq2GrioESe4f\/\/ZeU\/MvNEwGWu6EQyY4lpH\/hHZK7houKAu3trt2o1PrgqpdjY1Cyqw+k4paaAEWcHwDofI5qtlDUfWtbqF9wBRWGM8tuEMc84y8eGI5pvkuHPYvOQgT1bPZQYn+IinORJpuaME1GygHWBMPgwwIOZEWnFrcBEUVTeRUNAz\/5BgB4JfswpgumUHc8wl\/Nvly+tF1CFLxx4ppEs4OPD\/uIyUYJasW6ocOrNN0yXnL3QnXN+m1wrAec+ySgNl1khh5cehbf7jkj90nRBOetjK01QtOUDABv\/ooIuLSps4NJgcQIDAQAB" } |