Transcript Helper for Chorus.ai

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

Qu'est-ce que Transcript Helper for Chorus.ai ?

Transcript Helper for Chorus.ai est une extension Chrome développée par varsparkapps, et sa fonction principale est "This extension identifies chorus.ai transcripts and allows you to copy them to your clipboard.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Transcript Helper for Chorus.ai

Téléchargez les fichiers d'extension Transcript Helper for Chorus.ai au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Transcript Helper for Chorus.ai Transcript Helper for Chorus.ai
ID ciifcdjfhjcbhifnkdjohngefboomhjk
URL Officiel https://chromewebstore.google.com/detail/transcript-helper-for-cho/ciifcdjfhjcbhifnkdjohngefboomhjk
Description This extension identifies chorus.ai transcripts and allows you to copy them to your clipboard.
Taille du Fichier 13.6 KB
Nombre d'Installations 53
Version Actuelle 1.0
Dernière Mise à Jour 2023-11-14
Date de Publication 2023-11-14
Développeur varsparkapps
Email support@varspark.com
Type de Paiement free
Langues Prises en Charge 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"
    }
}