Verbal

Production version

Apa itu Verbal?

Verbal adalah ekstensi Chrome yang dikembangkan oleh Verbal, dan fitur utamanya adalah "Production version".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Verbal

Unduh file ekstensi Verbal dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        The Verbal AI automatically generates call summaries and clinical documentation during virtual care visits, allowing you to focus on the conversation — not taking notes.

Verbal also offers real-time task reminders, feedback and training based on your team’s best practices, driving more efficient, effective calls and a great patient experience.

This Chrome extension allows Verbal users to automatically capture and analyze call audio via their browser, with no need for complex integrations with communication providers. The extension also surfaces the Verbal app window as soon as a new call begins, putting your task list and best practices reminders front and center.                    

Informasi Dasar Ekstensi

Nama Verbal Verbal
ID bdneobnjhgednodmmclilkohakeieilm
URL Resmi https://chromewebstore.google.com/detail/verbal/bdneobnjhgednodmmclilkohakeieilm
Deskripsi Production version
Ukuran File 121 KB
Jumlah Instalasi 94
Versi Saat Ini 1.2.8
Terakhir Diperbarui 2024-01-22
Tanggal Publikasi 2023-01-11
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Verbal
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://tryverbal.com/chrome
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Verbal",
    "description": "Production version",
    "version": "1.2.8",
    "permissions": [
        "activeTab",
        "tabCapture",
        "tabs",
        "storage",
        "scripting",
        "offscreen"
    ],
    "icons": {
        "16": "images\/favicon.ico",
        "32": "images\/favicon.ico",
        "48": "images\/favicon.ico",
        "128": "images\/favicon.ico"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_title": "Click to show an alert"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/*",
                "audio-worklet-processor.js",
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "minimum_chrome_version": "116",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqSD6A96m5Ozn8kHN1y8195TzA6OtX8bTtcSrvnRNTS27zdHSv0S8BfncLcJnsjE1BTNq\/zCibvbzCLCKXVuH0jnsKhQc6iW\/HVXSWJGuvc17jNu04gCq4232fgBvVGxaM9bqq97EiHuM4gXEIC3soQm+TzHSoDn7dM5f6YZ0E7ZfyMk7aUgugdg3173IS2XyuvudKFw1X\/Utabqvnfg25fAHxaeCQtyewYC3\/ogYQerW7Hz+6p8419X8kyKH\/qS6l9ht4ch3v0X3EoWv6h1KJqA9xOLKWq25EG1wJiK08drlYB+cgCFUkV5IRDhuX9feY6Rsi869p0\/gq1DgvSP0jQIDAQAB",
    "host_permissions": [
        ""
    ]
}