Visio translate Chrome extension

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

Visio translate Chrome extensionとは何ですか?

Visio translate Chrome extensionはSOGEDICOM / OTWOO DEVELOPERによって開発されたChromeの拡張機能で、その主な機能は「Extension that allows participants to listen to the floor and the interpreter.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Visio translate Chrome extension拡張機能のCRXファイルをダウンロード

Visio translate Chrome extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Visio translate Chrome extension Visio translate Chrome extension
ID ncipepdphfdligcmicnfajjijdcgdhcb
公式URL https://chromewebstore.google.com/detail/visio-translate-chrome-ex/ncipepdphfdligcmicnfajjijdcgdhcb
説明 Extension that allows participants to listen to the floor and the interpreter.
ファイルサイズ 214 KB
インストール数 54
現在のバージョン 2.0.6
最終更新日 2020-12-18
公開日 2020-09-12
評価 5.00/5 合計 2 レビュー
開発者 SOGEDICOM / OTWOO DEVELOPER
Eメール [email protected]
支払い方法 free
対応言語 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"
    ]
}