VoiceBoxer

Easy event access and share your screen with VoiceBoxer.

Qu'est-ce que VoiceBoxer ?

VoiceBoxer est une extension Chrome développée par https://voiceboxer.com, et sa fonction principale est "Easy event access and share your screen with VoiceBoxer.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension VoiceBoxer

Téléchargez les fichiers d'extension VoiceBoxer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom VoiceBoxer VoiceBoxer
ID iadackpapgmlgnccolmghgmfknehappk
URL Officiel https://chromewebstore.google.com/detail/voiceboxer/iadackpapgmlgnccolmghgmfknehappk
Description Easy event access and share your screen with VoiceBoxer.
Taille du Fichier 595 KB
Nombre d'Installations 406
Version Actuelle 2.0.0
Dernière Mise à Jour 2016-06-23
Date de Publication 2016-06-23
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://voiceboxer.com
Type de Paiement free
Langues Prises en Charge 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\/*"
        ]
    }
}