Recruitment management system, 100Hires ATS

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

Hvad er Recruitment management system, 100Hires ATS?

Recruitment management system, 100Hires ATS er en Chrome-udvidelse udviklet af https://100hires.com, og dens hovedfunktion er "100Hires is a recruitment system software to source and then hire candidates from Linkedin, Github and Gmail".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download Recruitment management system, 100Hires ATS-udvidelses-CRX-fil

Download Recruitment management system, 100Hires ATS-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Recruitment management system, 100Hires ATS Recruitment management system, 100Hires ATS
ID olddfhipinhhfbhhfodcnaalbcgmbida
Officiel URL https://chromewebstore.google.com/detail/recruitment-management-sy/olddfhipinhhfbhhfodcnaalbcgmbida
Beskrivelse 100Hires is a recruitment system software to source and then hire candidates from Linkedin, Github and Gmail
Filstørrelse 148 KB
Antal Installationer 601
Nuværende Version 1.99.3
Senest Opdateret 2024-02-28
Udgivelsesdato 2020-06-30
Bedømmelse 5.00/5 Samlet 34 Bedømmelser
Udvikler https://100hires.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://100hires.com
URL til Fortrolighedspolitik Side https://app.100hires.com/page/privacy
Understøttede Sprog 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"
    ]
}