VoiceBoxer

Easy event access and share your screen with VoiceBoxer.

What is VoiceBoxer?

VoiceBoxer is a Chrome extension developed by https://voiceboxer.com, and its main feature is "Easy event access and share your screen with VoiceBoxer.".

Extension Screenshots

screenshot
screenshot

Download VoiceBoxer Extension CRX File

Download VoiceBoxer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name VoiceBoxer VoiceBoxer
ID iadackpapgmlgnccolmghgmfknehappk
Official URL https://chromewebstore.google.com/detail/voiceboxer/iadackpapgmlgnccolmghgmfknehappk
Description Easy event access and share your screen with VoiceBoxer.
File Size 595 KB
Installation Count 406
Current Version 2.0.0
Last Updated 2016-06-23
Publish Date 2016-06-23
Rating 5.00/5 Total 1 Ratings
Developer https://voiceboxer.com
Payment Type free
Supported Languages 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\/*"
        ]
    }
}