YouNeed Screen Sharing

This WebRTC screen capturing extension can be used with YouNeed platform

YouNeed Screen Sharing क्या है?

YouNeed Screen Sharing YouNeed® द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This WebRTC screen capturing extension can be used with YouNeed platform"।

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

screenshot
screenshot
screenshot

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

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

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

                        While you're in a YouNeed® videocall, share instantly the screen of your computer with other participants to show documents, pictures and any other file.                    

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

नाम YouNeed Screen Sharing YouNeed Screen Sharing
ID hmkcpajkidhbjcjfpnohokkhgdmfecpl
आधिकारिक URL https://chrome.google.com/webstore/detail/youneed-screen-sharing/hmkcpajkidhbjcjfpnohokkhgdmfecpl
विवरण This WebRTC screen capturing extension can be used with YouNeed platform
फ़ाइल का आकार 9.88 KB
स्थापना संख्या 170
वर्तमान संस्करण 1.0.3
अंतिम अपडेट 2021-10-19
प्रकाशन तिथि 2018-04-10
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर YouNeed®
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://youneed.it
गोपनीयता नीति पृष्ठ URL https://www.ambrogio.com/policy/policy-privacy.html
समर्थित भाषाएँ it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouNeed Screen Sharing",
    "short_name": "YNsharing",
    "author": "Ambrogio srl",
    "version": "1.0.3",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This WebRTC screen capturing extension can be used with YouNeed platform",
    "homepage_url": "https:\/\/web.youneed.it\/",
    "background": {
        "scripts": [
            "background-script.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.web.youneed.it\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "desktopCapture",
        "tabs",
        "https:\/\/*.web.youneed.it\/*"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}