Recruitment management system, 100Hires ATS

100Hires is a recruitment system software to source and then hire candidates from Linkedin, Github and Gmail

ما هو Recruitment management system, 100Hires ATS؟

Recruitment management system, 100Hires ATS هو إضافة Chrome تم تطويرها بواسطة https://100hires.com، والميزة الرئيسية لها هي "100Hires is a recruitment system software to source and then hire candidates from Linkedin, Github and Gmail".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Recruitment management system, 100Hires ATS

قم بتنزيل ملفات الامتداد Recruitment management system, 100Hires ATS بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        100Hires is a recruitment system to source and import candidates from: Gmail, LinkedIn, Github and other social media websites and job boards.

* for Linkedin: click the "More..." button on a Linkedin profile, select "Save to PDF" from the dropdown to extract candidates' resumes into 100Hires ATS.

Spend less time entering data, use our recruiting software to capture candidates from social media sites:
- Open a candidate profile on any of the supported websites. *
- Click the 100Hires icon in the top right.
- Import their profile and contact information to 100Hires ATS, 100Hires will automatically parse it into your resume database. Speed up you talent acquisition process.

More features for recruiters and sourcers:
- Store all the information about candidates in one place: resumes, emails and your notes.
- Update existing candidates in your database.
- Export candidates to CSV.
- Draft an email while on their social profile.
- Use any variable in your email templates.
- Batch send emails to a list of candidates.
- Detect duplicates in your database.
- Send later, choose any date and time.
- Schedule interviews.
- Evaluate candidates.
- Add custom tags, sources, jobs and pipeline stages to your candidates
- Send @Mention notifications to your peers to share candidate information

Questions? Drop us a line at [email protected]

Version log:
1.99.3 - Linkedin disabled
1.99.2 - Google and Bing improved
1.99.1 - added Google and Bing
1.9 - angel.co emails about new applicants are now supported from Gmail
1.8 - minor bug fix
1.7 - Linkedin fix
1.5 - Linkedin Recruiter added (both for search results and profiles)
1.4 - bug fixes
1.0 - major release
0.3 - added Upwork
0.2 - added Behance and Dribbble                    

معلومات أساسية عن التمديد

الاسم Recruitment management system, 100Hires ATS Recruitment management system, 100Hires ATS
ID olddfhipinhhfbhhfodcnaalbcgmbida
عنوان URL الرسمي https://chromewebstore.google.com/detail/recruitment-management-sy/olddfhipinhhfbhhfodcnaalbcgmbida
الوصف 100Hires is a recruitment system software to source and then hire candidates from Linkedin, Github and Gmail
حجم الملف 148 KB
عدد التثبيتات 601
النسخة الحالية 1.99.3
آخر تحديث 2024-02-28
تاريخ النشر 2020-06-30
تقييم 5.00/5 مجموع تقييمات 34
المطور https://100hires.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://100hires.com
عنوان صفحة سياسة الخصوصية https://app.100hires.com/page/privacy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Recruitment management system, 100Hires ATS",
    "description": "100Hires is a recruitment system software to source and then hire candidates from Linkedin, Github and Gmail",
    "homepage_url": "https:\/\/app.100hires.com",
    "version": "1.99.3",
    "permissions": [
        "tabs",
        "storage",
        "file:\/\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background\/rollbar_config.js",
            "background\/rollbar.js",
            "background\/api.js",
            "background\/background.js",
            "background\/afterInstall.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_scripts\/jq.js",
                "content_scripts\/lodash.min.js",
                "content_scripts\/api\/methods.js",
                "content_scripts\/api\/parsers\/Angel.js",
                "content_scripts\/api\/parsers\/Behance.js",
                "content_scripts\/api\/parsers\/Default.js",
                "content_scripts\/api\/parsers\/Dribbble.js",
                "content_scripts\/api\/parsers\/Facebook.js",
                "content_scripts\/api\/parsers\/Github.js",
                "content_scripts\/api\/parsers\/Gmail.js",
                "content_scripts\/api\/parsers\/Google.js",
                "content_scripts\/api\/parsers\/Bing.js",
                "content_scripts\/api\/parsers\/Habr.js",
                "content_scripts\/api\/parsers\/Linkedin.js",
                "content_scripts\/api\/parsers\/Meetup.js",
                "content_scripts\/api\/parsers\/Hh.js",
                "content_scripts\/api\/parsers\/StackExchange.js",
                "content_scripts\/api\/parsers\/StackOverflow.js",
                "content_scripts\/api\/parsers\/Twitter.js",
                "content_scripts\/api\/parsers\/Upwork.js",
                "content_scripts\/api\/parsers\/Xing.js",
                "content_scripts\/api\/parsers\/Medium.js",
                "content_scripts\/api\/parsers\/Indeed.js",
                "content_scripts\/api\/parsers\/ParserFactory.js",
                "content_scripts\/api\/Frame.js",
                "content_scripts\/main.js"
            ],
            "css": [
                "content_scripts\/styles.css"
            ]
        }
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_title": "100hires",
        "default_icon": ".\/icon_disabled.png"
    },
    "web_accessible_resources": [
        "iframe.html",
        "content_scripts\/iframe.js",
        "hires_close.png",
        "preloader.gif"
    ]
}