Ubiq
Ubiq chrome extension for https://present.goubiq.com/*.
Ubiq क्या है?
Ubiq https://present.goubiq.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Ubiq chrome extension for https://present.goubiq.com/*."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Ubiq एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Ubiq |
ID | dbdibdbbenjkpmdjnannkgdehgegcopo |
आधिकारिक URL | https://chromewebstore.google.com/detail/ubiq/dbdibdbbenjkpmdjnannkgdehgegcopo |
विवरण | Ubiq chrome extension for https://present.goubiq.com/*. |
फ़ाइल का आकार | 5.64 KB |
स्थापना संख्या | 10,000 |
वर्तमान संस्करण | 0.4 |
अंतिम अपडेट | 2022-05-19 |
प्रकाशन तिथि | 2019-12-14 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | https://present.goubiq.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://www.iubenda.com/privacy-policy/80072039 |
समर्थित भाषाएँ | 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\/*" ] } } |