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."입니다.
확장 프로그램 스크린샷
Enable Screen Sharing - V2 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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. 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 |
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 |
이메일 | [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" ] } |