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
}