Visio translate Chrome extension

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

Visio translate Chrome extensionคืออะไร?

Visio translate Chrome extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SOGEDICOM / OTWOO DEVELOPER และคุณลักษณะหลักของมันคือ "Extension that allows participants to listen to the floor and the interpreter."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Visio translate Chrome extension

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    ]
}