Visio translate Chrome extension

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

Cos'è Visio translate Chrome extension?

Visio translate Chrome extension è un'estensione di Chrome sviluppata da SOGEDICOM / OTWOO DEVELOPER, e la sua funzione principale è "Extension that allows participants to listen to the floor and the interpreter.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Visio translate Chrome extension

Scarica i file di estensione Visio translate Chrome extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Visio translate Chrome extension Visio translate Chrome extension
ID ncipepdphfdligcmicnfajjijdcgdhcb
URL Ufficiale https://chromewebstore.google.com/detail/visio-translate-chrome-ex/ncipepdphfdligcmicnfajjijdcgdhcb
Descrizione Extension that allows participants to listen to the floor and the interpreter.
Dimensione del File 214 KB
Conteggio Installazioni 54
Versione Corrente 2.0.6
Ultimo Aggiornamento 2020-12-18
Data di Pubblicazione 2020-09-12
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore SOGEDICOM / OTWOO DEVELOPER
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}