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 |
| Eメール | [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\/*"
]
}
} | |