VoiceBoxer

Easy event access and share your screen with VoiceBoxer.

VoiceBoxer là gì?

VoiceBoxer là một tiện ích mở rộng Chrome được phát triển bởi https://voiceboxer.com, và tính năng chính của nó là "Easy event access and share your screen with VoiceBoxer.".

Ả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 VoiceBoxer

Tải xuống các tệp mở rộng VoiceBoxer 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

                        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                    

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

Tên VoiceBoxer VoiceBoxer
ID iadackpapgmlgnccolmghgmfknehappk
URL Chính Thức https://chromewebstore.google.com/detail/voiceboxer/iadackpapgmlgnccolmghgmfknehappk
Mô tả Easy event access and share your screen with VoiceBoxer.
Kích Thước Tệp 595 KB
Số Lần Cài Đặt 406
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2016-06-23
Ngày Phát Hành 2016-06-23
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://voiceboxer.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
        ]
    }
}