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ファイルをダウンロード

Transcript Helper for Chorus.ai拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}