QuScreenSharing
Screen sharing for Qic Cloud Metting Room
Qu'est-ce que QuScreenSharing ?
QuScreenSharing est une extension Chrome développée par https://as01.vccloud.quantatw.com, et sa fonction principale est "Screen sharing for Qic Cloud Metting Room".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension QuScreenSharing
Téléchargez les fichiers d'extension QuScreenSharing 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
Install the extension to allow desktop sharing feature for QIC Cloud Meeting Room.
Informations de Base sur l'Extension
Nom | |
ID | heekedpelobeobjbgkgdpffjniphiipn |
URL Officiel | https://chromewebstore.google.com/detail/quscreensharing/heekedpelobeobjbgkgdpffjniphiipn |
Description | Screen sharing for Qic Cloud Metting Room |
Taille du Fichier | 22.36 KB |
Nombre d'Installations | 12 |
Version Actuelle | 0.1.2 |
Dernière Mise à Jour | 2014-07-22 |
Date de Publication | 2014-07-22 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://as01.vccloud.quantatw.com |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "QuScreenSharing", "description": "Screen sharing for Qic Cloud Metting Room", "version": "0.1.2", "manifest_version": 2, "minimum_chrome_version": "34", "icons": { "16": "icon.png", "128": "icon.png" }, "permissions": [ "desktopCapture", "tabs", "*:\/\/*\/join*" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "*:\/\/*\/join*" ] } ] } |