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 là gì?

Recruitment management system, 100Hires ATS là một tiện ích mở rộng Chrome được phát triển bởi https://100hires.com, và tính năng chính của nó là "100Hires is a recruitment system software to source and then hire candidates from Linkedin, Github and Gmail".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Recruitment management system, 100Hires ATS

Tải xuống các tệp mở rộng Recruitment management system, 100Hires ATS dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Recruitment management system, 100Hires ATS Recruitment management system, 100Hires ATS
ID olddfhipinhhfbhhfodcnaalbcgmbida
URL Chính Thức https://chromewebstore.google.com/detail/recruitment-management-sy/olddfhipinhhfbhhfodcnaalbcgmbida
Mô tả 100Hires is a recruitment system software to source and then hire candidates from Linkedin, Github and Gmail
Kích Thước Tệp 148 KB
Số Lần Cài Đặt 601
Phiên Bản Hiện Tại 1.99.3
Cập Nhật Lần Cuối 2024-02-28
Ngày Phát Hành 2020-06-30
Đánh Giá 5.00/5 Tổng số 34 Đánh Giá
Nhà Phát Triển https://100hires.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://100hires.com
URL Trang Chính Sách Bảo Mật https://app.100hires.com/page/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}