TalentView ATS Chrome Extension

Import applicants from various platforms to your TalentView account

¿Qué es TalentView ATS Chrome Extension?

TalentView ATS Chrome Extension es una extensión de Chrome desarrollada por TalentView, y su función principal es "Import applicants from various platforms to your TalentView account".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión TalentView ATS Chrome Extension

Descarga archivos de extensión TalentView ATS Chrome Extension 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

                        TalentView ATS Chrome extension is a Google Chrome extension that simplifies your prospecting tasks on LinkedIn and saves time in processing profiles found on this professional network. Nothing could be simpler: identify a profile and import it directly into your TalentView platform. The extension is accessible on your Chrome browser and is functional and intuitive. Sourcing and recruiting new talent has never been easier!

Features of the extension:

- Sourcing profiles on LinkedIn
- Choice of assignment to a current campaign
- Transfer candidates to TalentView in a few clicks
- Ability to add a comment on added profiles
- Request consent from candidates

Are you new to TalentView?
TalentView is an all-in-one candidate management tool that includes a collaborative ATS, a candidate CRM and your own customized HR dashboards.

- Save time on your recruitments with instantly multi-posting of your offers and pre-qualification of candidates.
- Involve your teams and stand out from the competitors with your own ready-to-use career site.
- Offer a differentiating candidate experience with the integration of video.
- Analyze your results and manage your strategy with integrated dashboards.

For more information, please visit : https://www.talentview.fr                    

Información Básica de la Extensión

Nombre TalentView ATS Chrome Extension TalentView ATS Chrome Extension
ID affbbkhjhcgoeidkmpigjahhdoeghepf
URL Oficial https://chromewebstore.google.com/detail/talentview-ats-chrome-ext/affbbkhjhcgoeidkmpigjahhdoeghepf
Descripción Import applicants from various platforms to your TalentView account
Tamaño del Archivo 2.63 MB
Cantidad de Instalaciones 210
Versión Actual 1.2.1
Última Actualización 2022-09-14
Fecha de Publicación 2021-09-01
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador TalentView
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.talentview.fr
URL de la Página de Política de Privacidad https://manage.talentview.fr/terms-and-conditions
Idiomas Soportados en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TalentView ATS Chrome Extension",
    "default_locale": "en",
    "manifest_version": 3,
    "icons": {
        "16": ".\/assets\/images\/icon-16x16.png",
        "32": ".\/assets\/images\/icon-32x32.png",
        "48": ".\/assets\/images\/icon-48x48.png",
        "128": ".\/assets\/images\/icon-128x128.png"
    },
    "background": {
        "service_worker": ".\/background.js"
    },
    "action": {
        "default_popup": ".\/popup\/index.html",
        "default_icons": {
            "16": ".\/assets\/images\/icon-16x16.png",
            "32": ".\/assets\/images\/icon-32x32.png",
            "48": ".\/assets\/images\/icon-48x48.png",
            "128": ".\/assets\/images\/icon-128x128.png"
        }
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/www.linkedin.com\/*",
        "https:\/\/www.apec.fr\/*"
    ],
    "version": "1.2.1",
    "author": "Adrien Autricque ",
    "description": "Import applicants from various platforms to your TalentView account"
}