VoiceBoxer

Easy event access and share your screen with VoiceBoxer.

VoiceBoxer क्या है?

VoiceBoxer https://voiceboxer.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easy event access and share your screen with VoiceBoxer."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में VoiceBoxer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/*"
        ]
    }
}