Recruitment Automation by Wisestep

Automate resume import from job boards to your talent pool

Что такое Recruitment Automation by Wisestep?

Recruitment Automation by Wisestep - это расширение Chrome, разработанное https://wisestep.com, и его основная функция - "Automate resume import from job boards to your talent pool".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Recruitment Automation by Wisestep

Скачайте файлы расширений Recruitment Automation by Wisestep в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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
}