Exentriq Desktop Streamer
A simple extension that allows you to stream your desktop into meetings with Exentriq Meet.
Qu'est-ce que Exentriq Desktop Streamer ?
Exentriq Desktop Streamer est une extension Chrome développée par https://talk.exentriq.com, et sa fonction principale est "A simple extension that allows you to stream your desktop into meetings with Exentriq Meet.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Exentriq Desktop Streamer
Téléchargez les fichiers d'extension Exentriq 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
Exentriq Meet allows to have your communication tools all in one place and fully integrated with your favorite automation apps. With Exentriq Meet you can share your screen as well as a Prezi presentations or Exentriq presentations.
Informations de Base sur l'Extension
Nom | Exentriq Desktop Streamer |
ID | mkaenpdiljjlapjnnnkdihfmmdpheddo |
URL Officiel | https://chromewebstore.google.com/detail/exentriq-desktop-streamer/mkaenpdiljjlapjnnnkdihfmmdpheddo |
Description | A simple extension that allows you to stream your desktop into meetings with Exentriq Meet. |
Taille du Fichier | 20.8 KB |
Nombre d'Installations | 45 |
Version Actuelle | 0.1.9 |
Dernière Mise à Jour | 2017-02-09 |
Date de Publication | 2017-02-09 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | https://talk.exentriq.com |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | http://www.exentriq.com/terms |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Exentriq Desktop Streamer", "description": "A simple extension that allows you to stream your desktop into meetings with Exentriq Meet.", "version": "0.1.9", "minimum_chrome_version": "34", "icons": { "16": "jitsi-logo-16x16.png", "48": "jitsi-logo-48x48.png", "128": "jitsi-logo-128x128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "desktopCapture" ], "externally_connectable": { "matches": [ "*:\/\/talk-stage.exentriq.com\/*", "*:\/\/talk.exentriq.com\/*", "*:\/\/meet.exentriq.com\/*" ] } } |