Live Web Screensharing
Extension to allow screen sharing in Live Web Application.
Qu'est-ce que Live Web Screensharing ?
Live Web Screensharing est une extension Chrome développée par polyvnet, et sa fonction principale est "Extension to allow screen sharing in Live Web Application.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Live Web Screensharing
Téléchargez les fichiers d'extension Live Web Screensharing 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
Extension to allow screen sharing in Live Web Application.
Informations de Base sur l'Extension
Nom | Live Web Screensharing |
ID | cbkjnhkfmpoicpeoompbhdnfldjhohmh |
URL Officiel | https://chromewebstore.google.com/detail/live-web-screensharing/cbkjnhkfmpoicpeoompbhdnfldjhohmh |
Description | Extension to allow screen sharing in Live Web Application. |
Taille du Fichier | 16.23 KB |
Nombre d'Installations | 84 |
Version Actuelle | 0.0.2 |
Dernière Mise à Jour | 2019-04-10 |
Date de Publication | 2019-04-09 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | polyvnet |
Type de Paiement | free |
Langues Prises en Charge | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "minimum_chrome_version": "34", "name": "Live Web Screensharing", "permissions": [ "desktopCapture" ], "short_name": "Screen sharing for Live", "version": "0.0.2", "author": "Polyv LM", "background": { "persistent": true, "scripts": [ "script.js" ] }, "description": "Extension to allow screen sharing in Live Web Application.", "externally_connectable": { "matches": [ "*:\/\/localhost:*\/*", "*:\/\/live.polyv.net:*\/*", "*:\/\/new.polyv.net:*\/*", "*:\/\/gs.agora.io\/*", "*:\/\/webdemo.agora.io\/*", "*:\/\/webdemo.agorabeckon.com\/*" ] }, "icons": { "128": "128w.png", "16": "16w.png", "48": "48w.png" }, "browser_action": { "default_icon": "16w.png" } } |