GoFAST Screensharing with Jitsi meet
Jitsi Meet screensharing for GoFAST.
What is GoFAST Screensharing with Jitsi meet?
GoFAST Screensharing with Jitsi meet is a Chrome extension developed by http://ceo-vision.com, and its main feature is "Jitsi Meet screensharing for GoFAST.".
Download GoFAST Screensharing with Jitsi meet Extension CRX File
Download GoFAST Screensharing with Jitsi meet 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
Screensharing extention for gofast.ceo-vision.com
Extension Basic Information
Name | ![]() |
ID | jkcppmhhohjbdglckdmfjpdacnefepom |
Official URL | https://chrome.google.com/webstore/detail/gofast-screensharing-with/jkcppmhhohjbdglckdmfjpdacnefepom |
Description | Jitsi Meet screensharing for GoFAST. |
File Size | 4.16 KB |
Installation Count | 25 |
Current Version | 0.1.7 |
Last Updated | 2017-08-30 |
Publish Date | 2017-08-30 |
Rating | 5.00/5 Total 1 Ratings |
Developer | http://ceo-vision.com |
Payment Type | free |
Supported Languages | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GoFAST Screensharing with Jitsi meet", "description": "Jitsi Meet screensharing for GoFAST.", "version": "0.1.7", "minimum_chrome_version": "34", "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "desktopCapture" ], "externally_connectable": { "matches": [ "*:\/\/gofast-comm.ceo-vision.com\/*" ] } } |