Ubiq
Ubiq chrome extension for https://present.goubiq.com/*.
Co je Ubiq?
Ubiq je rozšíření Chrome vyvinuté https://present.goubiq.com, a jeho hlavní funkcí je „Ubiq chrome extension for https://present.goubiq.com/*.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Ubiq
Stáhněte si soubory rozšíření Ubiq ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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. Základní Informace o Rozšíření
| Název | |
| ID | dbdibdbbenjkpmdjnannkgdehgegcopo |
| Oficiální URL | https://chromewebstore.google.com/detail/ubiq/dbdibdbbenjkpmdjnannkgdehgegcopo |
| Popis | Ubiq chrome extension for https://present.goubiq.com/*. |
| Velikost souboru | 5.64 KB |
| Počet instalací | 10,000 |
| Aktuální Verze | 0.4 |
| Poslední Aktualizace | 2022-05-19 |
| Datum Vydání | 2019-12-14 |
| Hodnocení | 5.00/5 Celkem 2 Hodnocení |
| Vývojář | https://present.goubiq.com |
| [email protected] | |
| Typ Platby | free |
| URL Stránky Zásad Ochrany Soukromí | https://www.iubenda.com/privacy-policy/80072039 |
| Podporované Jazyky | 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\/*"
]
}
} | |