Ubiq
Ubiq chrome extension for https://present.goubiq.com/*.
Vad är Ubiq?
Ubiq är en Chrome-tillägg utvecklad av https://present.goubiq.com, och dess huvudfunktion är "Ubiq chrome extension for https://present.goubiq.com/*.".
Tilläggsskärmbilder
Ladda ner Ubiq-förlängningens CRX-fil
Ladda ner Ubiq-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | dbdibdbbenjkpmdjnannkgdehgegcopo |
| Officiell webbadress | https://chromewebstore.google.com/detail/ubiq/dbdibdbbenjkpmdjnannkgdehgegcopo |
| Beskrivning | Ubiq chrome extension for https://present.goubiq.com/*. |
| Filstorlek | 5.64 KB |
| Antal Installationer | 10,000 |
| Aktuell Version | 0.4 |
| Senast Uppdaterad | 2022-05-19 |
| Publiceringsdatum | 2019-12-14 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | https://present.goubiq.com |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | https://www.iubenda.com/privacy-policy/80072039 |
| Stödda Språk | 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\/*"
]
}
} | |