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 扩展基本信息
| 名称 | |
| 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\/*"
]
}
} | |