Livestorm Screensharing
Livestorm extension utility for screensharing support
Qu'est-ce que Livestorm Screensharing ?
Livestorm Screensharing est une extension Chrome développée par https://livestorm.co, et sa fonction principale est "Livestorm extension utility for screensharing support".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Livestorm Screensharing
Téléchargez les fichiers d'extension Livestorm 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
Livestorm extension for screensharing support
Informations de Base sur l'Extension
Nom | |
ID | agdmglieodoodfjgljideekcenoakdgb |
URL Officiel | https://chromewebstore.google.com/detail/livestorm-screensharing/agdmglieodoodfjgljideekcenoakdgb |
Description | Livestorm extension utility for screensharing support |
Taille du Fichier | 309 KB |
Nombre d'Installations | 3,241 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2016-10-19 |
Date de Publication | 2016-10-19 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | https://livestorm.co |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Livestorm Screensharing", "author": "Livestorm", "version": "1.1", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Livestorm extension utility for screensharing support", "homepage_url": "https:\/\/livestorm.co", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/localhost:4000\/*", "https:\/\/*.livestorm.co\/*", "https:\/\/*.livestorm.fr\/*" ] }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |