Rocket.Chat Screen Share

Enable screen sharing for Rocket.Chat

Rocket.Chat Screen Share क्या है?

Rocket.Chat Screen Share https://rocket.chat द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enable screen sharing for Rocket.Chat"।

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

screenshot
screenshot

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

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

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

                                            

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

नाम Rocket.Chat Screen Share Rocket.Chat Screen Share
ID nocfbnnmjnndkbipkabodnheejiegccf
आधिकारिक URL https://chromewebstore.google.com/detail/rocketchat-screen-share/nocfbnnmjnndkbipkabodnheejiegccf
विवरण Enable screen sharing for Rocket.Chat
फ़ाइल का आकार 19.48 KB
स्थापना संख्या 3,503
वर्तमान संस्करण 0.3.0
अंतिम अपडेट 2017-05-20
प्रकाशन तिथि 2017-05-20
रेटिंग 4.00/5 कुल 9 रेटिंग्स
डेवलपर https://rocket.chat
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rocket.Chat Screen Share",
    "author": "Rodrigo K. Nascimento",
    "version": "0.3.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Enable screen sharing for Rocket.Chat",
    "homepage_url": "https:\/\/demo.rocket.chat",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "favicon-16x16.png",
        "32": "favicon-32x32.png",
        "48": "favicon-48x48.png",
        "64": "favicon-64x64.png",
        "96": "favicon-96x96.png",
        "128": "favicon-128x128.png",
        "256": "favicon-256x256.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}