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开发的Chrome扩展程序,该扩展的主要功能是“This chrome extension enables screen sharing support for the duration of test.”。
扩展截图
下载Enable Screen Sharing - V1扩展crx文件
下载Enable Screen Sharing - V1扩展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. 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 |
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" ] } |