Live Transcript Extension

Help people to get real time transcript.

什麼是Live Transcript Extension?

Live Transcript Extension是由Lakebrains Technologies開發的Chrome擴展程式,該擴展的主要功能是“Help people to get real time transcript.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Live Transcript Extension擴展crx文件

下載Live Transcript Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Live Transcript Extension

Universal Platform Support: Our extension seamlessly integrates with a variety of web-based platforms, including Google Meet, Zoom, Youtube, Spotify, and other web audio/video or meeting services.

Security & Privacy Assurance: Rest assured, your data and transcripts are kept secure, as the entire transcription process takes place on your own system. No data is transmitted to external servers or the cloud for processing.

Unrestricted Word and Time Usage: Experience the freedom of unlimited transcription – there are no limits on the number of words or the duration it can transcribe. Use it as often as needed, without any constraints on word count or time duration.

Completely Free: Access the full range of features our extension offers without incurring any charges. It's available to everyone, globally, completely free of charge.

No Registration or Credit Card Required: Your privacy matters to us. We do not mandate any registration, nor do we collect personal contact information for marketing or data-selling purposes.

Download Transcripts: You have the option to download transcriptions for further processing, enabling you to capture summaries, action items, and more using ChatGPT.

Integration with Google Drive: You can choose to upload your transcriptions directly to your Google Drive. By default, the extension does not save your transcripts to Drive.

Limitations: Currently supports English language only.

Continuous Improvement and Feedback:
At Lakebrains, we are committed to continuously enhancing this extension to better serve your needs. We greatly value your feedback and welcome any suggestions or comments you may have. If there are specific features you'd like to see added to the tool, please don't hesitate to reach out to us at [email protected]. Your input is invaluable in making this extension even more efficient and user-friendly.                    

擴展基本資訊

名稱 Live Transcript Extension Live Transcript Extension
ID bbdgdpkamhamfdcbbkbooomiliaiahpn
官方網址 https://chromewebstore.google.com/detail/live-transcript-extension/bbdgdpkamhamfdcbbkbooomiliaiahpn
簡介 Help people to get real time transcript.
檔案大小 458 MB
安裝次數 2,239
目前版本 3.1.7
更新時間 2023-11-03
上架時間 2022-10-12
評分 4.67/5 共 12 次評分
開發者 Lakebrains Technologies
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://lakebrains.com/privacy-policies
支援的語言 en
manifest.json
{
    "description": "Help people to get real time transcript.",
    "version": "3.1.7",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Live Transcript Extension",
    "manifest_version": 3,
    "action": {
        "default_title": " transcript",
        "default_icon": "mic.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "content.js"
            ]
        }
    ],
    "oauth2": {
        "client_id": "75322180579-medvlen37uc6t499lcit39rh7437jph9.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/drive"
        ]
    },
    "permissions": [
        "identity",
        "activeTab",
        "desktopCapture",
        "storage",
        "tabs"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'",
        "sandbox": "script-src 'self' 'wasm-unsafe-eval'; sandbox allow-scripts; script-src 'self' 'https:\/\/www.googleapis.com'; object-src 'self'"
    },
    "background": {
        "service_worker": "background.js"
    }
}