Hub3c Screen Sharing
Hub3c Screen Sharing Extension for Chrome to enable screen sharing
Qu'est-ce que Hub3c Screen Sharing ?
Hub3c Screen Sharing est une extension Chrome développée par fitrianingrum, et sa fonction principale est "Hub3c Screen Sharing Extension for Chrome to enable screen sharing".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Hub3c Screen Sharing
Téléchargez les fichiers d'extension Hub3c Screen Sharing au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | oghlhohialeabhjncaeichjneaijdjbj |
URL Officiel | https://chromewebstore.google.com/detail/hub3c-screen-sharing/oghlhohialeabhjncaeichjneaijdjbj |
Description | Hub3c Screen Sharing Extension for Chrome to enable screen sharing |
Taille du Fichier | 24.55 KB |
Nombre d'Installations | 11 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2016-09-05 |
Date de Publication | 2016-09-04 |
Développeur | fitrianingrum |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } } |