Hub3c Screen Sharing
Hub3c Screen Sharing Extension for Chrome to enable screen sharing
Hub3c Screen Sharing क्या है?
Hub3c Screen Sharing fitrianingrum द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hub3c Screen Sharing Extension for Chrome to enable screen sharing"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Hub3c Screen Sharing एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Hub3c Screen Sharing allows you to share your screen within Hub3c platform (https://live.hub3c.com/). You will have an option to share your screen or selected window during Hub Video Call. The screen or window you select will be shared to other participants.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | oghlhohialeabhjncaeichjneaijdjbj |
आधिकारिक URL | https://chromewebstore.google.com/detail/hub3c-screen-sharing/oghlhohialeabhjncaeichjneaijdjbj |
विवरण | Hub3c Screen Sharing Extension for Chrome to enable screen sharing |
फ़ाइल का आकार | 24.55 KB |
स्थापना संख्या | 11 |
वर्तमान संस्करण | 2.0 |
अंतिम अपडेट | 2016-09-05 |
प्रकाशन तिथि | 2016-09-04 |
डेवलपर | fitrianingrum |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hub3c Screen Sharing", "version": "2.0", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Hub3c Screen Sharing Extension for Chrome to enable screen sharing", "icons": { "16": "images\/icon16.png", "22": "images\/icon22.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "activeTab", "desktopCapture" ], "browser_action": { "default_icon": "images\/icon128.png" }, "web_accessible_resources": [ "images\/icon128.png" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "*:\/\/localhost\/*", "https:\/\/test.hub3c.com\/*", "https:\/\/live.hub3c.com\/*" ] } ], "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "https:\/\/test.hub3c.com\/*", "https:\/\/live.hub3c.com\/*" ] } } |