Visio translate Chrome extension

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

O que é Visio translate Chrome extension?

Visio translate Chrome extension é uma extensão do Chrome desenvolvida por SOGEDICOM / OTWOO DEVELOPER, e sua principal característica é "Extension that allows participants to listen to the floor and the interpreter.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Visio translate Chrome extension

Baixe arquivos de extensão Visio translate Chrome extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Visio translate Chrome extension Visio translate Chrome extension
ID ncipepdphfdligcmicnfajjijdcgdhcb
URL Oficial https://chromewebstore.google.com/detail/visio-translate-chrome-ex/ncipepdphfdligcmicnfajjijdcgdhcb
Descrição Extension that allows participants to listen to the floor and the interpreter.
Tamanho do Arquivo 214 KB
Contagem de Instalações 54
Versão Atual 2.0.6
Última Atualização 2020-12-18
Data de Publicação 2020-09-12
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor SOGEDICOM / OTWOO DEVELOPER
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}