Squad - Screen Share
Capture full-screen or specific application's screen on any HTTPs domain!
What is Squad - Screen Share?
Squad - Screen Share is a Chrome extension developed by Citrus CX, and its main feature is "Capture full-screen or specific application's screen on any HTTPs domain!".
Extension Screenshots
Download Squad - Screen Share Extension CRX File
Download Squad - Screen Share 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
Compartilhe a tela ou janela da aplicação em conferências. Esta extension permite que os usuários conectados nas video conferências do Citrus Squad compartilhem a tela do seu computador para apresentações. A extensão suporta o compartilhamento da tela inteira ou de uma janela de uma aplicação específica.
Extension Basic Information
Name | Squad - Screen Share |
ID | mnnjgkbljlglijofflgpolkofgkcipfd |
Official URL | https://chromewebstore.google.com/detail/squad-screen-share/mnnjgkbljlglijofflgpolkofgkcipfd |
Description | Capture full-screen or specific application's screen on any HTTPs domain! |
File Size | 34.62 KB |
Installation Count | 97 |
Current Version | 1.2 |
Last Updated | 2020-09-23 |
Publish Date | 2020-06-03 |
Developer | Citrus CX |
[email protected] | |
Payment Type | free |
Extension Website | https://squad.us |
Help Page URL | https://squad.us |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Squad - Screen Share", "author": "Digivox", "version": "1.2", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Capture full-screen or specific application's screen on any HTTPs domain!", "homepage_url": "https:\/\/squad.us", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/*.citrussquad.com\/*", "https:\/\/*.squad.us\/*", "https:\/\/ucpro.algartelecom.com.br\/*" ] } ], "icons": { "48": "icon48.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |