ArchiVisio Desktop Streamer
Partage d'écran pour le système de visioconférence d’Archi.link
What is ArchiVisio Desktop Streamer?
ArchiVisio Desktop Streamer is a Chrome extension developed by https://archi.link, and its main feature is "Partage d'écran pour le système de visioconférence d’Archi.link".
Extension Screenshots
Download ArchiVisio Desktop Streamer Extension CRX File
Download ArchiVisio Desktop Streamer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Cette extension pour Chrome permet de partager la vision de votre écran d'ordinateur (par exemple: Impress, Calc, Writer ou toutes autres applications) sous VISIO.archi.link Utilisation: Pour activer cette option, cliquer sur l'icône de partage d'écran (faire glisser la souris sur le haut de votre fenêtre de "visio" pour activer la barre de ressources) et de choisir la fenêtre à partager. L'icône apparaît en sur brillance : cliquez dessus pour activer le partage. Une fenêtre avec plusieurs options d’échanges apparait dans divers onglets : choisissez plein écran ou un des logiciel ouvert sur votre bureau. Pour mettre fin au partage, "re-cliquer" sur la même icône, celle-ci apparaît éteinte.
Extension Basic Information
Name | ArchiVisio Desktop Streamer |
ID | ihgalimdefncnidplohdaikgggkdbkmf |
Official URL | https://chromewebstore.google.com/detail/archivisio-desktop-stream/ihgalimdefncnidplohdaikgggkdbkmf |
Description | Partage d'écran pour le système de visioconférence d’Archi.link |
File Size | 62.04 KB |
Installation Count | 15 |
Current Version | 1.0.1 |
Last Updated | 2017-01-03 |
Publish Date | 2017-01-03 |
Rating | 4.50/5 Total 2 Ratings |
Developer | https://archi.link |
Payment Type | free |
Extension Website | https://visio.archi.link |
Help Page URL | https://visio.archi.link |
Supported Languages | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ArchiVisio Desktop Streamer", "description": "Partage d'\u00e9cran pour le syst\u00e8me de visioconf\u00e9rence d\u2019Archi.link", "version": "1.0.1", "minimum_chrome_version": "34", "icons": { "16": "visio_logo_16.png", "48": "visio_logo_48.png", "128": "visio_logo_128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "desktopCapture" ], "externally_connectable": { "matches": [ "*:\/\/visio.archi.link\/*" ] } } |