VoiceBoxer
Easy event access and share your screen with VoiceBoxer.
VoiceBoxerとは何ですか?
VoiceBoxerはhttps://voiceboxer.comによって開発されたChromeの拡張機能で、その主な機能は「Easy event access and share your screen with VoiceBoxer.」です。
拡張機能のスクリーンショット
VoiceBoxer拡張機能のCRXファイルをダウンロード
VoiceBoxer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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\/*" ] } } |