GoBrunch Screen Share

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

GoBrunch Screen Share क्या है?

GoBrunch Screen Share https://gobrunch.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The WebRTC screen capturing extension to share your screen with the world"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में GoBrunch Screen Share एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम GoBrunch Screen Share GoBrunch Screen Share
ID meefekdbnfknopenfokiacipalgnkdee
आधिकारिक URL https://chromewebstore.google.com/detail/gobrunch-screen-share/meefekdbnfknopenfokiacipalgnkdee
विवरण The WebRTC screen capturing extension to share your screen with the world
फ़ाइल का आकार 8.85 KB
स्थापना संख्या 7,056
वर्तमान संस्करण 1.1.2
अंतिम अपडेट 2018-10-25
प्रकाशन तिथि 2018-10-25
रेटिंग 3.67/5 कुल 6 रेटिंग्स
डेवलपर https://gobrunch.com
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    ]
}