Visio translate Chrome extension

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

Wat is Visio translate Chrome extension?

Visio translate Chrome extension is een Chrome-extensie ontwikkeld door SOGEDICOM / OTWOO DEVELOPER, en de belangrijkste functie is "Extension that allows participants to listen to the floor and the interpreter.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Visio translate Chrome extension

Download Visio translate Chrome extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Visio translate Chrome extension Visio translate Chrome extension
ID ncipepdphfdligcmicnfajjijdcgdhcb
Officiële URL https://chromewebstore.google.com/detail/visio-translate-chrome-ex/ncipepdphfdligcmicnfajjijdcgdhcb
Beschrijving Extension that allows participants to listen to the floor and the interpreter.
Bestandsgrootte 214 KB
Aantal Installaties 54
Huidige Versie 2.0.6
Laatst Bijgewerkt 2020-12-18
Publicatiedatum 2020-09-12
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar SOGEDICOM / OTWOO DEVELOPER
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}