Translate & Transcribe any audio/video

Transcribe and translate real-time video calls across English, Spanish, and Portuguese.

Translate & Transcribe any audio/videoคืออะไร?

Translate & Transcribe any audio/video เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://vivatranslate.com และคุณลักษณะหลักของมันคือ "Transcribe and translate real-time video calls across English, Spanish, and Portuguese."

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Translate & Transcribe any audio/video

ดาวน์โหลดไฟล์ส่วนขยาย Translate & Transcribe any audio/video ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        🚀 Viva Translate - Your Ultimate Translation and Transcription tool for your video call applications! 🚀

Viva Translate breaks the language barriers in real-time video conferences across English, Spanish, and Portuguese. This venture-backed product designed for workplaces, offers the best AI generated multilingual audio transcription and translation services. 🗣️🌍

Dive into hassle-free video conferences involving multiple languages, where you will understand and be understood with our translation, and let us handle the task of transcribing and summarizing meeting notes impeccably. 

🔡 Real-Time Translation - 
See subtitles in real-time as you and others communicate cross language during a meeting. This personal translator enables a better understanding and ensure no piece of information is missed. 

📖 View Transcript -
Lost track of the conversation? No worries! With our in-meeting transcript feature, you can keep up with all the discussions irrespective of the phases you missed.

🧠 AI Generated Summaries -
Our smart AI generates concise summaries after the meeting, ensuring you grasp the key points discussed even after the meeting ends. In any language you prefer. Never miss out on important details!

🔁 Learning Mode - 
Viva introduces a unique Learning Mode that displays the transcript in two languages simultaneously. A perfect tool for those trying to learn a new language or improve their current skills!

📺 Live CC -
Translate and transcribe any tab on your device in real-time! Whether it's a YouTube video or an online presentation, Viva makes understanding content in different languages a breeze.

📄 Post-Meeting Transcripts -
Viva provides post-meeting transcripts available in English, Portuguese, and Spanish. Download the transcripts in PDF or DOCX format for future references or share it with your team.

Our goal is to break down language barriers in Latam and empower employees to confidently work across language and enhance your language proficiency. 

We're excited to build a future where communication flows freely across languages. Feel free to contact us at [email protected] for any queries or feedback. We'd love to hear from you!

Download Viva Translate now and experience seamless multilingual conversations on Google Meet! 🌐🎉                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Translate & Transcribe any audio/video Translate & Transcribe any audio/video
ID idhgjpneaihehiedachegphhllbfcdoo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/translate-transcribe-any/idhgjpneaihehiedachegphhllbfcdoo
คำอธิบาย Transcribe and translate real-time video calls across English, Spanish, and Portuguese.
ขนาดไฟล์ 1.01 MB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 1.9.12
อัปเดตครั้งล่าสุด 2024-02-15
วันที่เผยแพร่ 2022-06-09
คะแนน 4.38/5 รวมทั้งหมด 16 คะแนน
ผู้พัฒนา https://vivatranslate.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://www.vivatranslate.com/?source=chrome-store
URL หน้าช่วยเหลือ http://help.vivatranslate.com/en/
URL หน้านโยบายความเป็นส่วนตัว https://vivatranslate.notion.site/Privacy-Policy-71cce37c1fa14ed9b02f44d54e686a80
ภาษาที่รองรับ en,es-419,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.9.12",
    "manifest_version": 3,
    "minimum_chrome_version": "104",
    "permissions": [
        "identity",
        "identity.email",
        "activeTab",
        "storage",
        "tabs",
        "tabCapture",
        "offscreen",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "128": "\/images\/viva-logo.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "fonts\/*",
                "audio-processor.bundle.js",
                "audio-interceptor.bundle.js",
                "extension-reload.bundle.js",
                "*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content-highlight.css"
            ],
            "js": [
                "content.bundle.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/app.vivatranslate.com\/*",
            "https:\/\/web-app.vivatranslate.io\/*"
        ]
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_icon": "\/images\/viva-logo.png",
        "default_title": "Viva Translate",
        "default_popup": "popup.html"
    }
}