Recruitment Automation by Wisestep

Automate resume import from job boards to your talent pool

Recruitment Automation by Wisestep란 무엇입니까?

Recruitment Automation by Wisestep은(는) https://wisestep.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automate resume import from job boards to your talent pool"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Recruitment Automation by Wisestep 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Auto Download Candidate Resumes from Job sites to your Talent Pool in the Cloud.  Works with all Top Job Sites. Details - https://wisestep.com/job-boards-integrations
 
* The Top 5 Job sites in USA, UK 
* The Top 3 Job sites in Europe  
* The Top 4 Job sites in India   

WHY should Recruiters and Talent Acquisition Professionals use Wisestep ? 

*  TRUSTED by thousands of Recruitment professionals worldwide
*  VIEW just 100 Resumes/day and BUILD a Talent Pool of 30,000 Resumes in a month
*  Find AI Matched Candidates for your Jobs in 60 seconds 
*  Send EMAIL and SMS campaigns to Candidates instantly 
*  Install and get started in LESS THAN 1 minute 
*  GDPR Compliant Data Privacy Controls 

WHO  should use Wisestep ? 

*  Recruitment and Talent Acquisition Professionals 
*  Head of Recruitment Functions  
*  Staffing and Recruitment Agencies 
*  Startups and Small and Medium Businesses that are Hiring
*  Human Resource Professionals 
 
 The Wisestep Chrome Browser Extension integrates into the Wisestep AI driven Applicant Tracking System (ATS) and transforms your recruitment process. 

Get started on www.wisestep.com
 
Wisestep is trusted by thousands of Human Resource Professionals. Privacy policies - https://wisestep.com/privacy
 
P.S: If a Job site is not listed, please contact our support team and we will add it for you.

™ - Job board Brand Names  are Trademarks of Respective Corporations                    

확장 프로그램 기본 정보

이름 Recruitment Automation by Wisestep Recruitment Automation by Wisestep
ID dhbkmcoahmolllnkkpgniamjkldaemgm
공식 URL https://chromewebstore.google.com/detail/recruitment-automation-by/dhbkmcoahmolllnkkpgniamjkldaemgm
설명 Automate resume import from job boards to your talent pool
파일 크기 54.79 KB
설치 횟수 703
현재 버전 2.1
최근 업데이트 2022-05-28
출시 날짜 2020-06-22
평점 4.96/5 총 25 개의 평점
개발자 https://wisestep.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://wisestep.com/
도움말 페이지 URL https://wisestep.com/contact
개인정보 보호 정책 페이지 URL https://wisestep.com/terms
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Recruitment Automation by Wisestep",
    "version": "2.1",
    "description": "Automate resume import from job boards to your talent pool",
    "permissions": [
        "storage",
        "contextMenus",
        "tabs",
        "activeTab",
        "webRequest",
        "webRequestBlocking",
        "notifications",
        ""
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/www.myhost.com\/*",
            "*:\/\/*.wisestep.com\/*",
            "*:\/\/*.wisestep.co\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/wisestep-16.png",
            "32": "images\/wisestep-32.png",
            "48": "images\/wisestep-48.png",
            "128": "images\/wisestep-128.png"
        }
    },
    "icons": {
        "16": "images\/wisestep-16.png",
        "32": "images\/wisestep-32.png",
        "48": "images\/wisestep-48.png",
        "128": "images\/wisestep-128.png"
    },
    "web_accessible_resources": [
        "index.html",
        "extension.html",
        "images\/extension_min.png",
        "images\/wisestep.png",
        "injected.js"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+W"
            }
        }
    },
    "incognito": "split",
    "content_security_policy": "object-src 'self' blob:; script-src 'self' https:\/\/extensionstaging.wisestep.com https:\/\/www.google-analytics.com https:\/\/www.google-analytics.com\/analytics.js https:\/\/maps.googleapis.com https:\/\/recruiter.wisestep.com https:\/\/recruiter.wisestep.co https:\/\/lens.wisestep.com https:\/\/cdn.ravenjs.com https:\/\/apis.google.com;",
    "manifest_version": 2,
    "minimum_chrome_version": "25",
    "offline_enabled": false
}