Linkello Screen Sharing

This extension allows you to share your screen

Linkello Screen Sharing क्या है?

Linkello Screen Sharing https://linkello.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows you to share your screen"।

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

screenshot

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

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

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

                        Install this plugin to enable the screen sharing feature on linkello.com. Don't forget to reload the conference page after having installed this add-on !                    

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

नाम Linkello Screen Sharing Linkello Screen Sharing
ID eeopgbooadfjifpfalhifnogjblphecd
आधिकारिक URL https://chromewebstore.google.com/detail/linkello-screen-sharing/eeopgbooadfjifpfalhifnogjblphecd
विवरण This extension allows you to share your screen
फ़ाइल का आकार 12.11 KB
स्थापना संख्या 243
वर्तमान संस्करण 1.0
अंतिम अपडेट 2019-01-09
प्रकाशन तिथि 2019-01-09
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://linkello.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Linkello Screen Sharing",
    "description": "This extension allows you to share your screen",
    "version": "1.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "icons": {
        "128": "logo_icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "bridge.js"
            ],
            "matches": [
                "*:\/\/*.linkello.com\/*"
            ]
        }
    ],
    "permissions": [
        "desktopCapture"
    ]
}