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은(는) https://mynexthire.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View, Verify and Save your online recruitment work to MyNextHire"입니다.

확장 프로그램 스크린샷

screenshot

MyNextHire - AI Enabled Recruitment Software 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        MyNextHire Chrome Extension allows recruiters to understand the context of the job in which they are reviewing candidate profiles and make contextual screening decisions for maximum efficiency.

With the extension, recruiters will be able to know whether they have already spoken to the selected candidates on various sites and avoid duplicate work. Also, be able to save their conversation and details about the candidate into the MyNextHire System.                    

확장 프로그램 기본 정보

이름 MyNextHire - AI Enabled Recruitment Software MyNextHire - AI Enabled Recruitment Software
ID jagokooppcdjjhlndgkncfgjkckolnmp
공식 URL https://chromewebstore.google.com/detail/mynexthire-ai-enabled-rec/jagokooppcdjjhlndgkncfgjkckolnmp
설명 View, Verify and Save your online recruitment work to MyNextHire
파일 크기 1.63 MB
설치 횟수 128
현재 버전 1.0
최근 업데이트 2020-12-29
출시 날짜 2020-12-29
개발자 https://mynexthire.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://mynexthire.com
도움말 페이지 URL https://mynexthire.com/contact-us/
개인정보 보호 정책 페이지 URL https://s3-us-west-2.amazonaws.com/resources.mynexthire.com/browser-extension/mynexthire-privacy-policy.html
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MyNextHire - AI Enabled Recruitment Software",
    "version": "1.0",
    "manifest_version": 2,
    "description": "View, Verify and Save your online recruitment work to MyNextHire",
    "permissions": [
        "activeTab",
        "storage",
        "*:\/\/*.mynexthire.com\/*",
        "*:\/\/*.localhost\/*"
    ],
    "browser_action": {
        "default_icon": "\/resources\/icon1.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}