VoiceBoxer

Easy event access and share your screen with VoiceBoxer.

Vad är VoiceBoxer?

VoiceBoxer är en Chrome-tillägg utvecklad av https://voiceboxer.com, och dess huvudfunktion är "Easy event access and share your screen with VoiceBoxer.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner VoiceBoxer-förlängningens CRX-fil

Ladda ner VoiceBoxer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn VoiceBoxer VoiceBoxer
ID iadackpapgmlgnccolmghgmfknehappk
Officiell webbadress https://chromewebstore.google.com/detail/voiceboxer/iadackpapgmlgnccolmghgmfknehappk
Beskrivning Easy event access and share your screen with VoiceBoxer.
Filstorlek 595 KB
Antal Installationer 406
Aktuell Version 2.0.0
Senast Uppdaterad 2016-06-23
Publiceringsdatum 2016-06-23
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://voiceboxer.com
Betalningssätt free
Stödda Språk 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\/*"
        ]
    }
}