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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย varsparkapps และคุณลักษณะหลักของมันคือ "This extension identifies chorus.ai transcripts and allows you to copy them to your clipboard."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Transcript Helper for Chorus.ai

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}