MyNextHire - AI Enabled Recruitment Software
View, Verify and Save your online recruitment work to MyNextHire
Что такое MyNextHire - AI Enabled Recruitment Software?
MyNextHire - AI Enabled Recruitment Software - это расширение Chrome, разработанное Pritam, и его основная функция - "View, Verify and Save your online recruitment work to MyNextHire".
Снимки экрана расширения
Скачать файл CRX расширения MyNextHire - AI Enabled Recruitment Software
Скачайте файлы расширений MyNextHire - AI Enabled Recruitment Software в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Smaclify is bringing an analytics first approach to help emerging and enterprise companies to plan and recruit top talent quickly, objectively and at a much lower cost. Our simple to use and context aware workforce planning and hiring decision support system brings efficiency and objectivity in your talent decisions. One system for all and for everything!
Основная информация о расширении
Название | MyNextHire - AI Enabled Recruitment Software |
ID | ncldnghfcnogcipendopjfffckoeopgm |
Официальный URL | https://chromewebstore.google.com/detail/mynexthire-ai-enabled-rec/ncldnghfcnogcipendopjfffckoeopgm |
Описание | View, Verify and Save your online recruitment work to MyNextHire |
Размер файла | 1.63 MB |
Количество установок | 111 |
Текущая Версия | 1.3 |
Последнее Обновление | 2022-12-29 |
Дата публикации | 2020-04-26 |
Разработчик | Pritam |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | http://www.mynexthire.com |
URL страницы политики конфиденциальности | https://mynexthire.com/company/privacy-policy |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MyNextHire - AI Enabled Recruitment Software", "version": "1.3", "manifest_version": 2, "description": "View, Verify and Save your online recruitment work to MyNextHire", "permissions": [ "activeTab", "storage", "*:\/\/*.app.mynexthire.io\/*", "*:\/\/*.mynexthire.com\/*", "*:\/\/*.localhost\/*" ], "browser_action": { "default_icon": "\/resources\/icon1.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' ; object-src 'self'" } |