Enable Screen Sharing - V1

This chrome extension enables screen sharing support for the duration of test.

Enable Screen Sharing - V1 क्या है?

Enable Screen Sharing - V1 Wheebox द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This chrome extension enables screen sharing support for the duration of test."।

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

screenshot

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

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

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

                        We are a Global Online Talent Assessment Company empowering businesses, academic institutions, sector skills councils and government with deep talent insights while enabling better hiring and development decisions. Through our robust and highly secured and certified test engine, rich and advanced analytics, highly interactive and intelligent assessment tools, we drive great business results and people ROI for our customers. We offers a highly customized and advanced platform, to assess the talent helping our customers screen and select the right brains with right attitude complimenting the organisation's culture. Over a decade, has been offering a wide array of validated assessments across pre-hiring screening, cognitive and behavioural evaluations & development needs for more than hundreds of companies globally.                    

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

नाम Enable Screen Sharing - V1 Enable Screen Sharing - V1
ID aknnfmghapkdmlimhhdgbpkbiefombni
आधिकारिक URL https://chromewebstore.google.com/detail/enable-screen-sharing-v1/aknnfmghapkdmlimhhdgbpkbiefombni
विवरण This chrome extension enables screen sharing support for the duration of test.
फ़ाइल का आकार 91.56 KB
स्थापना संख्या 5,818
वर्तमान संस्करण 2.17
अंतिम अपडेट 2021-11-30
प्रकाशन तिथि 2020-05-20
रेटिंग 2.44/5 कुल 9 रेटिंग्स
डेवलपर Wheebox
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://wheebox.com/privacy.htm
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Enable Screen Sharing - V1",
    "description": "This chrome extension enables screen sharing support for the duration of test.",
    "version": "2.17",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/cscexam.in\/*",
                "https:\/\/proctor.cscexam.in\/*",
                "https:\/\/nielitexam.in\/*",
                "https:\/\/proctor.nielitexam.in\/*",
                "https:\/\/uat.cscexam.in\/*",
                "https:\/\/seb.wheebox.com\/*",
                "https:\/\/aks.wheebox.com\/*",
                "https:\/\/wheebox.com\/*",
                "https:\/\/uat.wheebox.com\/*",
                "https:\/\/uat1.wheebox.com\/*",
                "https:\/\/uat2.wheebox.com\/*",
                "https:\/\/dtuonlineexam.in\/*",
                "https:\/\/was.wheebox.com\/*",
                "https:\/\/wheeboxuat.com\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon128.png"
    ]
}