Glider Proctoring
This chrome extension allows you to share full screen of your computer privately and securely.
Что такое Glider Proctoring?
Glider Proctoring - это расширение Chrome, разработанное GLIDER.ai, и его основная функция - "This chrome extension allows you to share full screen of your computer privately and securely.".
Снимки экрана расширения
Скачать файл CRX расширения Glider Proctoring
Скачайте файлы расширений Glider Proctoring в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
The Glider AI Talent Quality Platform guarantees the high-quality hire on every role, across any industry, whether full-time or contingent, for both talent acquisition and talent development (L&D) teams.
Glider proctoring chrome extension enables screen sharing to support https://hire.glider.ai for the duration of test. Glider seeks candidate's explicit permission to track screen activity during the test period. On test submission, hiring teams are provided with a detailed report on candidate competency and integrity with evidence. Основная информация о расширении
| Название | |
| ID | dcnidakmkbkbohdaelljpgdhmbbpbdbg |
| Официальный URL | https://chromewebstore.google.com/detail/glider-proctoring/dcnidakmkbkbohdaelljpgdhmbbpbdbg |
| Описание | This chrome extension allows you to share full screen of your computer privately and securely. |
| Размер файла | 34.71 KB |
| Количество установок | 129,558 |
| Текущая Версия | 4.0.1 |
| Последнее Обновление | 2023-08-27 |
| Дата публикации | 2021-12-13 |
| Рейтинг | 1.78/5 Всего 60 оценок |
| Разработчик | GLIDER.ai |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://glider.ai |
| URL страницы помощи | https://glider.freshdesk.com/ |
| URL страницы политики конфиденциальности | https://glider.ai/privacy-policy |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Glider Proctoring",
"author": "GLIDER",
"version": "4.0.1",
"manifest_version": 3,
"minimum_chrome_version": "88",
"description": "This chrome extension allows you to share full screen of your computer privately and securely.",
"homepage_url": "http:\/\/glider.ai\/",
"background": {
"service_worker": "background-script.js"
},
"externally_connectable": {
"matches": [
"http:\/\/localhost:3000\/*",
"http:\/\/local.glider.ai:3000\/*",
"https:\/\/*.glider.ai\/*",
"https:\/\/*.gliderapp.com\/*"
]
},
"icons": {
"16": "logo16.png",
"48": "logo48.png",
"128": "logo128.png"
},
"permissions": [
"desktopCapture",
"tabs",
"system.display",
"scripting"
],
"host_permissions": [
" | |