Visio translate Chrome extension

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

Visio translate Chrome extension là gì?

Visio translate Chrome extension là một tiện ích mở rộng Chrome được phát triển bởi SOGEDICOM / OTWOO DEVELOPER, và tính năng chính của nó là "Extension that allows participants to listen to the floor and the interpreter.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Visio translate Chrome extension

Tải xuống các tệp mở rộng Visio translate Chrome extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Visio translate Chrome extension Visio translate Chrome extension
ID ncipepdphfdligcmicnfajjijdcgdhcb
URL Chính Thức https://chromewebstore.google.com/detail/visio-translate-chrome-ex/ncipepdphfdligcmicnfajjijdcgdhcb
Mô tả Extension that allows participants to listen to the floor and the interpreter.
Kích Thước Tệp 214 KB
Số Lần Cài Đặt 54
Phiên Bản Hiện Tại 2.0.6
Cập Nhật Lần Cuối 2020-12-18
Ngày Phát Hành 2020-09-12
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển SOGEDICOM / OTWOO DEVELOPER
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}