GoBrunch Screen Share

The WebRTC screen capturing extension to share your screen with the world

Qu'est-ce que GoBrunch Screen Share ?

GoBrunch Screen Share est une extension Chrome développée par https://gobrunch.com, et sa fonction principale est "The WebRTC screen capturing extension to share your screen with the world".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension GoBrunch Screen Share

Téléchargez les fichiers d'extension GoBrunch Screen Share 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

                        A Google Chrome Extension to help you share the screen on Gobrunch for web conferencing and webinars. 

Instructions: 
Create Webinar/Video Conference on Gobrunch
Click on Screen Share icon from Google Chrome
The Extension will be asked to install and work automatically.

If it redirects you to this page then simply install the extension here and refresh the webinar/video conference page.

Cheers                    

Informations de Base sur l'Extension

Nom GoBrunch Screen Share GoBrunch Screen Share
ID meefekdbnfknopenfokiacipalgnkdee
URL Officiel https://chromewebstore.google.com/detail/gobrunch-screen-share/meefekdbnfknopenfokiacipalgnkdee
Description The WebRTC screen capturing extension to share your screen with the world
Taille du Fichier 8.85 KB
Nombre d'Installations 7,056
Version Actuelle 1.1.2
Dernière Mise à Jour 2018-10-25
Date de Publication 2018-10-25
Évaluation 3.67/5 Total 6 Évaluations
Développeur https://gobrunch.com
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GoBrunch Screen Share",
    "author": "GoBrunch",
    "version": "1.1.2",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "The WebRTC screen capturing extension to share your screen with the world",
    "homepage_url": "https:\/\/gobrunch.com",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "matches": [
                "https:\/\/*.gobrunch.com\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "browser_action": {
        "default_title": "Add bookmark"
    },
    "permissions": [
        "desktopCapture",
        "https:\/\/*.gobrunch.com\/*"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}