Ubiq
Ubiq chrome extension for https://present.goubiq.com/*.
Was ist Ubiq?
Ubiq ist eine Chrome-Erweiterung, die von https://present.goubiq.com entwickelt wurde, und ihr Hauptmerkmal ist "Ubiq chrome extension for https://present.goubiq.com/*.".
Erweiterungsscreenshots
Ubiq-Erweiterungs-CRX-Datei herunterladen
Laden Sie Ubiq-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Ubiq |
ID | dbdibdbbenjkpmdjnannkgdehgegcopo |
Offizielle URL | https://chromewebstore.google.com/detail/ubiq/dbdibdbbenjkpmdjnannkgdehgegcopo |
Beschreibung | Ubiq chrome extension for https://present.goubiq.com/*. |
Dateigröße | 5.64 KB |
Installationsanzahl | 10,000 |
Aktuelle Version | 0.4 |
Letztes Update | 2022-05-19 |
Veröffentlichungsdatum | 2019-12-14 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | https://present.goubiq.com |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://www.iubenda.com/privacy-policy/80072039 |
Unterstützte Sprachen | 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\/*" ] } } |