Transcript Helper for Chorus.ai
This extension identifies chorus.ai transcripts and allows you to copy them to your clipboard.
Wat is Transcript Helper for Chorus.ai?
Transcript Helper for Chorus.ai is een Chrome-extensie ontwikkeld door varsparkapps, en de belangrijkste functie is "This extension identifies chorus.ai transcripts and allows you to copy them to your clipboard.".
Extensie Screenshots
Download het CRX-bestand van de extensie Transcript Helper for Chorus.ai
Download Transcript Helper for Chorus.ai-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Transcript Helper for Chorus.ai |
ID | ciifcdjfhjcbhifnkdjohngefboomhjk |
Officiële URL | https://chromewebstore.google.com/detail/transcript-helper-for-cho/ciifcdjfhjcbhifnkdjohngefboomhjk |
Beschrijving | This extension identifies chorus.ai transcripts and allows you to copy them to your clipboard. |
Bestandsgrootte | 13.6 KB |
Aantal Installaties | 53 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2023-11-14 |
Publicatiedatum | 2023-11-14 |
Ontwikkelaar | varsparkapps |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |