Brochesia Mirroring

Expand the functionality of the Brochesia platform and share the contents with your community during the live call.

Qu'est-ce que Brochesia Mirroring ?

Brochesia Mirroring est une extension Chrome développée par http://www.brochesia.com, et sa fonction principale est "Expand the functionality of the Brochesia platform and share the contents with your community during the live call.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Brochesia Mirroring

Téléchargez les fichiers d'extension Brochesia Mirroring au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Discover the new Brochesia Mirroring extension.
Expand the functionality of the Brochesia platform and share the contents with your community during the live call.

Installing this extension will allow you to share the Brochesia web portal link with other users.
Brochesia Mirroring is an extension that allows greater collaboration between users of the web portal, transmitting the computer screen                    

Informations de Base sur l'Extension

Nom Brochesia Mirroring Brochesia Mirroring
ID demiadgibldbanpdkgccleihikepdhna
URL Officiel https://chrome.google.com/webstore/detail/brochesia-mirroring/demiadgibldbanpdkgccleihikepdhna
Description Expand the functionality of the Brochesia platform and share the contents with your community during the live call.
Taille du Fichier 286 KB
Nombre d'Installations 528
Version Actuelle 13
Dernière Mise à Jour 2020-04-23
Date de Publication 2020-04-20
Évaluation 5.00/5 Total 4 Évaluations
Développeur http://www.brochesia.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.brochesia.com/privacy_policy.html
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Brochesia Mirroring",
    "author": "Brochesia",
    "version": "13",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Expand the functionality of the Brochesia platform and share the contents with your community during the live call.",
    "homepage_url": "https:\/\/www.brochesia.com",
    "background": {
        "scripts": [
            "desktop-capturing.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/desktopCapture22.png",
        "default_title": "Share Your Screen"
    },
    "icons": {
        "16": "images\/desktopCapture16.png",
        "22": "images\/desktopCapture22.png",
        "32": "images\/desktopCapture32.png",
        "48": "images\/desktopCapture48.png",
        "128": "images\/desktopCapture128.png"
    },
    "permissions": [
        "cookies",
        "desktopCapture",
        "storage",
        "tabs",
        "",
        "activeTab",
        "tabCapture"
    ],
    "web_accessible_resources": [
        "images\/desktopCapture48.png"
    ]
}