Visio translate Chrome extension

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

Was ist Visio translate Chrome extension?

Visio translate Chrome extension ist eine Chrome-Erweiterung, die von SOGEDICOM / OTWOO DEVELOPER entwickelt wurde, und ihr Hauptmerkmal ist "Extension that allows participants to listen to the floor and the interpreter.".

Erweiterungsscreenshots

screenshot
screenshot

Visio translate Chrome extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Visio translate Chrome extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Visio translate Chrome extension Visio translate Chrome extension
ID ncipepdphfdligcmicnfajjijdcgdhcb
Offizielle URL https://chromewebstore.google.com/detail/visio-translate-chrome-ex/ncipepdphfdligcmicnfajjijdcgdhcb
Beschreibung Extension that allows participants to listen to the floor and the interpreter.
Dateigröße 214 KB
Installationsanzahl 54
Aktuelle Version 2.0.6
Letztes Update 2020-12-18
Veröffentlichungsdatum 2020-09-12
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler SOGEDICOM / OTWOO DEVELOPER
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}