Ubiq
Ubiq chrome extension for https://present.goubiq.com/*.
Co to jest Ubiq?
Ubiq to rozszerzenie Chrome opracowane przez https://present.goubiq.com, a jego główną funkcją jest „Ubiq chrome extension for https://present.goubiq.com/*.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Ubiq
Pobierz pliki rozszerzeń Ubiq w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Ubiq |
ID | dbdibdbbenjkpmdjnannkgdehgegcopo |
Oficjalny URL | https://chromewebstore.google.com/detail/ubiq/dbdibdbbenjkpmdjnannkgdehgegcopo |
Opis | Ubiq chrome extension for https://present.goubiq.com/*. |
Rozmiar pliku | 5.64 KB |
Liczba instalacji | 10,000 |
Aktualna Wersja | 0.4 |
Ostatnia Aktualizacja | 2022-05-19 |
Data Publikacji | 2019-12-14 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | https://present.goubiq.com |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://www.iubenda.com/privacy-policy/80072039 |
Obsługiwane Języki | 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\/*" ] } } |