Ubiq
Ubiq chrome extension for https://present.goubiq.com/*.
Wat is Ubiq?
Ubiq is een Chrome-extensie ontwikkeld door https://present.goubiq.com, en de belangrijkste functie is "Ubiq chrome extension for https://present.goubiq.com/*.".
Extensie Screenshots
Download het CRX-bestand van de extensie Ubiq
Download Ubiq-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Ubiq |
ID | dbdibdbbenjkpmdjnannkgdehgegcopo |
Officiële URL | https://chromewebstore.google.com/detail/ubiq/dbdibdbbenjkpmdjnannkgdehgegcopo |
Beschrijving | Ubiq chrome extension for https://present.goubiq.com/*. |
Bestandsgrootte | 5.64 KB |
Aantal Installaties | 10,000 |
Huidige Versie | 0.4 |
Laatst Bijgewerkt | 2022-05-19 |
Publicatiedatum | 2019-12-14 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://present.goubiq.com |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://www.iubenda.com/privacy-policy/80072039 |
Ondersteunde Talen | 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\/*" ] } } |