Ubiq
Ubiq chrome extension for https://present.goubiq.com/*.
什么是Ubiq?
Ubiq是由https://present.goubiq.com开发的Chrome扩展程序,该扩展的主要功能是“Ubiq chrome extension for https://present.goubiq.com/*.”。
扩展截图
下载Ubiq扩展crx文件
下载Ubiq扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Ubiq allows your conference rooms to be cable-free. No more HDMI, VGA, Dongles in the conference room again. Anyone can walk into your conference room, and start a cable-free presentation in seconds. This is the Ubiq client app for chrome extension. Using this extension you should now be able to connect to a Ubiq device and start screen-sharing instantly. 扩展基本信息
| 名称 | |
| ID | dbdibdbbenjkpmdjnannkgdehgegcopo |
| 官方URL | https://chromewebstore.google.com/detail/ubiq/dbdibdbbenjkpmdjnannkgdehgegcopo |
| 简介 | Ubiq chrome extension for https://present.goubiq.com/*. |
| 文件大小 | 5.64 KB |
| 安装次数 | 10,000 |
| 当前版本 | 0.4 |
| 更新时间 | 2022-05-19 |
| 上架时间 | 2019-12-14 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | https://present.goubiq.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://www.iubenda.com/privacy-policy/80072039 |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Ubiq",
"description": "Ubiq chrome extension for https:\/\/present.goubiq.com\/*.",
"homepage_url": "https:\/\/www.goubiq.com\/",
"version": "0.4",
"background": {
"scripts": [
"capturedesktop.min.js"
],
"persistent": true
},
"browser_action": {
"default_icon": "icon.png",
"default_title": "Ubiq"
},
"icons": {
"48": "icon.png"
},
"permissions": [
"desktopCapture",
"activeTab",
"tabs",
"https:\/\/present.goubiq.com\/*"
],
"web_accessible_resources": [
"icon.png"
],
"content_scripts": [
{
"matches": [
"https:\/\/present.goubiq.com\/*"
],
"js": [
"communication.min.js"
],
"all_frames": true,
"run_at": "document_end"
}
],
"externally_connectable": {
"matches": [
"https:\/\/present.goubiq.com\/*"
]
}
} | |