Visio translate Chrome extension

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

Co je Visio translate Chrome extension?

Visio translate Chrome extension je rozšíření Chrome vyvinuté SOGEDICOM / OTWOO DEVELOPER, a jeho hlavní funkcí je „Extension that allows participants to listen to the floor and the interpreter.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Visio translate Chrome extension

Stáhněte si soubory rozšíření Visio translate Chrome extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Visio translate Chrome extension Visio translate Chrome extension
ID ncipepdphfdligcmicnfajjijdcgdhcb
Oficiální URL https://chromewebstore.google.com/detail/visio-translate-chrome-ex/ncipepdphfdligcmicnfajjijdcgdhcb
Popis Extension that allows participants to listen to the floor and the interpreter.
Velikost souboru 214 KB
Počet instalací 54
Aktuální Verze 2.0.6
Poslední Aktualizace 2020-12-18
Datum Vydání 2020-09-12
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář SOGEDICOM / OTWOO DEVELOPER
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}