Recruitment Automation by Wisestep

Automate resume import from job boards to your talent pool

Co je Recruitment Automation by Wisestep?

Recruitment Automation by Wisestep je rozšíření Chrome vyvinuté https://wisestep.com, a jeho hlavní funkcí je „Automate resume import from job boards to your talent pool“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Recruitment Automation by Wisestep

Stáhněte si soubory rozšíření Recruitment Automation by Wisestep ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Recruitment Automation by Wisestep Recruitment Automation by Wisestep
ID dhbkmcoahmolllnkkpgniamjkldaemgm
Oficiální URL https://chromewebstore.google.com/detail/recruitment-automation-by/dhbkmcoahmolllnkkpgniamjkldaemgm
Popis Automate resume import from job boards to your talent pool
Velikost souboru 54.79 KB
Počet instalací 703
Aktuální Verze 2.1
Poslední Aktualizace 2022-05-28
Datum Vydání 2020-06-22
Hodnocení 4.96/5 Celkem 25 Hodnocení
Vývojář https://wisestep.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://wisestep.com/
URL Stránky Nápovědy https://wisestep.com/contact
URL Stránky Zásad Ochrany Soukromí https://wisestep.com/terms
Podporované Jazyky 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
}