Squad - Screen Share

Capture full-screen or specific application's screen on any HTTPs domain!

Co je Squad - Screen Share?

Squad - Screen Share je rozšíření Chrome vyvinuté Citrus CX, a jeho hlavní funkcí je „Capture full-screen or specific application's screen on any HTTPs domain!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Squad - Screen Share

Stáhněte si soubory rozšíření Squad - Screen Share ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Squad - Screen Share Squad - Screen Share
ID mnnjgkbljlglijofflgpolkofgkcipfd
Oficiální URL https://chromewebstore.google.com/detail/squad-screen-share/mnnjgkbljlglijofflgpolkofgkcipfd
Popis Capture full-screen or specific application's screen on any HTTPs domain!
Velikost souboru 34.62 KB
Počet instalací 97
Aktuální Verze 1.2
Poslední Aktualizace 2020-09-23
Datum Vydání 2020-06-03
Vývojář Citrus CX
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://squad.us
URL Stránky Nápovědy https://squad.us
Podporované Jazyky 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"
    ]
}