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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة https://wisestep.com/contact
عنوان صفحة سياسة الخصوصية 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
}