JobConvo Live Desktop Streamer
JobConvo | A simple extension that allows you to stream your desktop into meetings.
Qu'est-ce que JobConvo Live Desktop Streamer ?
JobConvo Live Desktop Streamer est une extension Chrome développée par https://www.jobconvo.com, et sa fonction principale est "JobConvo | A simple extension that allows you to stream your desktop into meetings.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension JobConvo Live Desktop Streamer
Téléchargez les fichiers d'extension JobConvo Live 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
JobConvo Live | A simple extension that allows you to stream your desktop into meetings.
Informations de Base sur l'Extension
Nom | JobConvo Live Desktop Streamer |
ID | gnblbiejffheicnecifnolcpkeamnfdk |
URL Officiel | https://chromewebstore.google.com/detail/jobconvo-live-desktop-str/gnblbiejffheicnecifnolcpkeamnfdk |
Description | JobConvo | A simple extension that allows you to stream your desktop into meetings. |
Taille du Fichier | 51.14 KB |
Nombre d'Installations | 35 |
Version Actuelle | 0.1.5 |
Dernière Mise à Jour | 2016-04-12 |
Date de Publication | 2016-04-12 |
Développeur | https://www.jobconvo.com |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "JobConvo Live Desktop Streamer", "description": "JobConvo | A simple extension that allows you to stream your desktop into meetings.", "version": "0.1.5", "minimum_chrome_version": "34", "icons": { "16": "camera16.png", "48": "camera48.png", "128": "camera128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "desktopCapture" ], "externally_connectable": { "matches": [ "*:\/\/live.jobconvo.com\/*" ] } } |