Visio translate Chrome extension

Extension that allows participants to listen to the floor and the interpreter.

Apa itu Visio translate Chrome extension?

Visio translate Chrome extension adalah ekstensi Chrome yang dikembangkan oleh SOGEDICOM / OTWOO DEVELOPER, dan fitur utamanya adalah "Extension that allows participants to listen to the floor and the interpreter.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Visio translate Chrome extension

Unduh file ekstensi Visio translate Chrome extension 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

                        Visiotranslate Chrome Extension is a component of Visiotranslate's overall simultaneous translation solution for international videoconferences on Microsoft Teams, Webex and Google Meet.

It is designed for video conference participants. It enables them to follow and participate in the discussions in their preferred language.

 Visiotranslate is a SOGEDICOM Translation & Interpreting service.
 Developed by https://otwoo.io                    

Informasi Dasar Ekstensi

Nama Visio translate Chrome extension Visio translate Chrome extension
ID ncipepdphfdligcmicnfajjijdcgdhcb
URL Resmi https://chromewebstore.google.com/detail/visio-translate-chrome-ex/ncipepdphfdligcmicnfajjijdcgdhcb
Deskripsi Extension that allows participants to listen to the floor and the interpreter.
Ukuran File 214 KB
Jumlah Instalasi 54
Versi Saat Ini 2.0.6
Terakhir Diperbarui 2020-12-18
Tanggal Publikasi 2020-09-12
Penilaian 5.00/5 Total 2 Penilaian
Pengembang SOGEDICOM / OTWOO DEVELOPER
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Visio translate Chrome extension",
    "description": "Extension that allows participants to listen to the floor and the interpreter.",
    "version": "2.0.6",
    "browser_action": {
        "default_icon": {
            "16": "assets\/16.png",
            "32": "assets\/32.png",
            "48": "assets\/48.png",
            "128": "assets\/128.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "assets\/128.png"
    },
    "background": {
        "scripts": [
            "libs\/peerjs.min.js",
            "libs\/socket.io.js",
            "background.js",
            "libs\/axios.min.js",
            "libs\/lodash.min.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "tabCapture",
        "storage",
        "notifications"
    ]
}