Brochesia Screen Sharing

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

Hvad er Brochesia Screen Sharing?

Brochesia Screen Sharing er en Chrome-udvidelse udviklet af https://www.brochesia.com, og dens hovedfunktion er "This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call.".

Udvidelsesskærmbilleder

screenshot

Download Brochesia Screen Sharing-udvidelses-CRX-fil

Download Brochesia Screen Sharing-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Brochesia Screen Sharing Brochesia Screen Sharing
ID epmclfpemadhbkipichmjbmahbmolljb
Officiel URL https://chromewebstore.google.com/detail/brochesia-screen-sharing/epmclfpemadhbkipichmjbmahbmolljb
Beskrivelse This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call.
Filstørrelse 5.45 KB
Antal Installationer 20
Nuværende Version 2
Senest Opdateret 2019-04-12
Udgivelsesdato 2019-04-12
Bedømmelse 5.00/5 Samlet 4 Bedømmelser
Udvikler https://www.brochesia.com
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://www.brochesia.com/privacy_policy.html
Understøttede Sprog 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"
    ]
}