VoiceBoxer

Easy event access and share your screen with VoiceBoxer.

VoiceBoxerคืออะไร?

VoiceBoxer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://voiceboxer.com และคุณลักษณะหลักของมันคือ "Easy event access and share your screen with VoiceBoxer."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย VoiceBoxer

ดาวน์โหลดไฟล์ส่วนขยาย VoiceBoxer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        VoiceBoxer is a multilingual web platform for presentations and webinars that lets you reach an audience in any language.

Are you delivering webinars or online presentations to a multilingual audience? Want to engage your global markets in their own language? Use VoiceBoxer. We help you speak to the world.

VoiceBoxer has many uses
– Webinars
– Online Training
– Stakeholder Updates
– Virtual Meetings
– Online Conferences

We can show you how VoiceBoxer helps your webinar, web presentation, virtual meeting, or online conference reach your global, multilingual audience.

Visit us at http://voiceboxer.com                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ VoiceBoxer VoiceBoxer
ID iadackpapgmlgnccolmghgmfknehappk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/voiceboxer/iadackpapgmlgnccolmghgmfknehappk
คำอธิบาย Easy event access and share your screen with VoiceBoxer.
ขนาดไฟล์ 595 KB
จำนวนการติดตั้ง 406
เวอร์ชันปัจจุบัน 2.0.0
อัปเดตครั้งล่าสุด 2016-06-23
วันที่เผยแพร่ 2016-06-23
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://voiceboxer.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VoiceBoxer",
    "description": "Easy event access and share your screen with VoiceBoxer.",
    "version": "2.0.0",
    "manifest_version": 2,
    "icons": {
        "16": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "desktopCapture"
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:8080\/*",
            "https:\/\/*.voiceboxer.com\/*"
        ]
    }
}