Transcript Helper for Chorus.ai

This extension identifies chorus.ai transcripts and allows you to copy them to your clipboard.

Transcript Helper for Chorus.ai란 무엇입니까?

Transcript Helper for Chorus.ai은(는) varsparkapps에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension identifies chorus.ai transcripts and allows you to copy them to your clipboard."입니다.

확장 프로그램 스크린샷

screenshot

Transcript Helper for Chorus.ai 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Introducing Transcript Helper for Chorus.ai, your one-click solution for seamless transcript collection on chorus.ai meetings. This extension identifies transcripts as you browse meetings in the web app, and allows you to copy them to your clipboard quickly and easily.

Built to work in harmony with tools such as Claude, ChatGPT, and other AI tools, the copied transcripts are formatted to integrate smoothly into these platforms.

Your privacy is our priority. Rest assured, all data collected by this extension stays on your computer—it's neither sent nor saved to external servers.                    

확장 프로그램 기본 정보

이름 Transcript Helper for Chorus.ai Transcript Helper for Chorus.ai
ID ciifcdjfhjcbhifnkdjohngefboomhjk
공식 URL https://chromewebstore.google.com/detail/transcript-helper-for-cho/ciifcdjfhjcbhifnkdjohngefboomhjk
설명 This extension identifies chorus.ai transcripts and allows you to copy them to your clipboard.
파일 크기 13.6 KB
설치 횟수 53
현재 버전 1.0
최근 업데이트 2023-11-14
출시 날짜 2023-11-14
개발자 varsparkapps
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Transcript Helper for Chorus.ai",
    "version": "1.0",
    "manifest_version": 3,
    "description": "This extension identifies chorus.ai transcripts and allows you to copy them to your clipboard.",
    "icons": {
        "16": "assets\/logo-16.png",
        "32": "assets\/logo-32.png",
        "48": "assets\/logo-48.png",
        "128": "assets\/logo-128.png"
    },
    "permissions": [
        "webRequest",
        "clipboardWrite",
        "declarativeContent"
    ],
    "host_permissions": [
        "https:\/\/chorus.ai\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    }
}