Brochesia Screen Sharing

This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call.

Co je Brochesia Screen Sharing?

Brochesia Screen Sharing je rozšíření Chrome vyvinuté https://www.brochesia.com, a jeho hlavní funkcí je „This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Brochesia Screen Sharing

Stáhněte si soubory rozšíření Brochesia Screen Sharing 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í

                        This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call.                    

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

Název Brochesia Screen Sharing Brochesia Screen Sharing
ID epmclfpemadhbkipichmjbmahbmolljb
Oficiální URL https://chromewebstore.google.com/detail/brochesia-screen-sharing/epmclfpemadhbkipichmjbmahbmolljb
Popis This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call.
Velikost souboru 5.45 KB
Počet instalací 20
Aktuální Verze 2
Poslední Aktualizace 2019-04-12
Datum Vydání 2019-04-12
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář https://www.brochesia.com
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://www.brochesia.com/privacy_policy.html
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Brochesia Screen Sharing",
    "author": "Brochesia",
    "version": "2",
    "manifest_version": 2,
    "minimum_chrome_version": "65",
    "description": "This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call.",
    "homepage_url": "https:\/\/www.brochesia.cloud\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.brochesia.cloud\/*",
                "https:\/\/localhost:8443\/*",
                "http:\/\/localhost:4000\/*",
                "http:\/\/192.168.1.151:4000\/*",
                "http:\/\/192.168.0.251:4000\/*",
                "http:\/\/172.255.101.250:4000\/*"
            ]
        }
    ],
    "icons": {
        "16": "icon.png",
        "22": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "desktopCapture",
        "activeTab"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}