Recruitment management system, 100Hires ATS

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

¿Qué es Recruitment management system, 100Hires ATS?

Recruitment management system, 100Hires ATS es una extensión de Chrome desarrollada por https://100hires.com, y su función principal es "100Hires is a recruitment system software to source and then hire candidates from Linkedin, Github and Gmail".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Recruitment management system, 100Hires ATS

Descarga archivos de extensión Recruitment management system, 100Hires ATS en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Recruitment management system, 100Hires ATS Recruitment management system, 100Hires ATS
ID olddfhipinhhfbhhfodcnaalbcgmbida
URL Oficial https://chromewebstore.google.com/detail/recruitment-management-sy/olddfhipinhhfbhhfodcnaalbcgmbida
Descripción 100Hires is a recruitment system software to source and then hire candidates from Linkedin, Github and Gmail
Tamaño del Archivo 148 KB
Cantidad de Instalaciones 601
Versión Actual 1.99.3
Última Actualización 2024-02-28
Fecha de Publicación 2020-06-30
Calificación 5.00/5 Total de 34 Calificaciones
Desarrollador https://100hires.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://100hires.com
URL de la Página de Política de Privacidad https://app.100hires.com/page/privacy
Idiomas Soportados 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"
    ]
}