Mezz-In Screenshare

Enables screen sharing to Mezzanine for Mezz-In participants

Mezz-In Screenshare क्या है?

Mezz-In Screenshare oblong.bcn.mobile द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enables screen sharing to Mezzanine for Mezz-In participants"।

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

screenshot

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

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

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

                        This Chrome extension enables users of the Mezz-In web application to share their screen during a Mezzanine session. The first time a user shares their screen, they will be prompted to permit use of this extension.                    

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

नाम Mezz-In Screenshare Mezz-In Screenshare
ID hgjndgfhddfmgcgicplcmmohkdjdifbb
आधिकारिक URL https://chromewebstore.google.com/detail/mezz-in-screenshare/hgjndgfhddfmgcgicplcmmohkdjdifbb
विवरण Enables screen sharing to Mezzanine for Mezz-In participants
फ़ाइल का आकार 45.28 KB
स्थापना संख्या 100
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2017-05-17
प्रकाशन तिथि 2017-05-17
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर oblong.bcn.mobile
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Enables screen sharing to Mezzanine for Mezz-In participants",
    "icons": {
        "128": "images\/128.png",
        "16": "images\/16.png",
        "48": "images\/48.png",
        "64": "images\/64.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "name": "Mezz-In Screenshare",
    "options_page": "options.html",
    "permissions": [
        "desktopCapture",
        "https:\/\/*\/*",
        "storage",
        "tabs"
    ],
    "version": "0.0.1"
}