Enable Screen Sharing - V2

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

Enable Screen Sharing - V2とは何ですか?

Enable Screen Sharing - V2はWheeboxによって開発されたChromeの拡張機能で、その主な機能は「This chrome extension enables screen sharing support for the duration of test.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Enable Screen Sharing - V2拡張機能のCRXファイルをダウンロード

Enable Screen Sharing - V2拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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. Wheebox 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 Wheebox, 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 - V2 Enable Screen Sharing - V2
ID cngnneabigbocgbebaeooifmnbofgcab
公式URL https://chromewebstore.google.com/detail/enable-screen-sharing-v2/cngnneabigbocgbebaeooifmnbofgcab
説明 This chrome extension enables screen sharing support for the duration of test.
ファイルサイズ 91.56 KB
インストール数 478
現在のバージョン 2.15
最終更新日 2021-06-03
公開日 2020-07-23
開発者 Wheebox
Eメール [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 - V2",
    "description": "This chrome extension enables screen sharing support for the duration of test.",
    "version": "2.15",
    "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:\/\/wheeboxuat.com\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon128.png"
    ]
}