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
电子邮箱 [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"
    }
}