Brochesia Screen Sharing

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

Wat is Brochesia Screen Sharing?

Brochesia Screen Sharing is een Chrome-extensie ontwikkeld door https://www.brochesia.com, en de belangrijkste functie is "This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Brochesia Screen Sharing

Download Brochesia Screen Sharing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Brochesia Screen Sharing Brochesia Screen Sharing
ID epmclfpemadhbkipichmjbmahbmolljb
Officiële URL https://chromewebstore.google.com/detail/brochesia-screen-sharing/epmclfpemadhbkipichmjbmahbmolljb
Beschrijving This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call.
Bestandsgrootte 5.45 KB
Aantal Installaties 20
Huidige Versie 2
Laatst Bijgewerkt 2019-04-12
Publicatiedatum 2019-04-12
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar https://www.brochesia.com
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.brochesia.com/privacy_policy.html
Ondersteunde Talen 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"
    ]
}