Melodic Desktop Streamer
A simple extension that allows you to stream your desktop into meetings.
Qu'est-ce que Melodic Desktop Streamer ?
Melodic Desktop Streamer est une extension Chrome développée par it.latinongroup, et sa fonction principale est "A simple extension that allows you to stream your desktop into meetings.".
Télécharger le fichier CRX de l'extension Melodic Desktop Streamer
Téléchargez les fichiers d'extension Melodic Desktop Streamer 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
Informations de Base sur l'Extension
Nom | |
ID | gohjdiklnafadammljkcpcammfaljajk |
URL Officiel | https://chromewebstore.google.com/detail/melodic-desktop-streamer/gohjdiklnafadammljkcpcammfaljajk |
Description | A simple extension that allows you to stream your desktop into meetings. |
Taille du Fichier | 25.4 KB |
Nombre d'Installations | 12 |
Version Actuelle | 0.1.6 |
Dernière Mise à Jour | 2017-06-26 |
Date de Publication | 2017-06-26 |
Développeur | it.latinongroup |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Melodic Desktop Streamer", "description": "A simple extension that allows you to stream your desktop into meetings.", "version": "0.1.6", "minimum_chrome_version": "34", "icons": { "16": "logo-16x16.png", "48": "logo-48x48.png", "128": "logo-128x128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "desktopCapture" ], "externally_connectable": { "matches": [ "*:\/\/meetings.latinongroup.com\/*" ] } } |