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.
擴展基本資訊
名稱 | Ubiq |
ID | dbdibdbbenjkpmdjnannkgdehgegcopo |
官方網址 | 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\/*" ] } } |