TalentView ATS Chrome Extension

Import applicants from various platforms to your TalentView account

TalentView ATS Chrome Extension란 무엇입니까?

TalentView ATS Chrome Extension은(는) TalentView에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Import applicants from various platforms to your TalentView account"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

TalentView ATS Chrome Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 TalentView ATS Chrome Extension TalentView ATS Chrome Extension
ID affbbkhjhcgoeidkmpigjahhdoeghepf
공식 URL https://chromewebstore.google.com/detail/talentview-ats-chrome-ext/affbbkhjhcgoeidkmpigjahhdoeghepf
설명 Import applicants from various platforms to your TalentView account
파일 크기 2.63 MB
설치 횟수 210
현재 버전 1.2.1
최근 업데이트 2022-09-14
출시 날짜 2021-09-01
평점 5.00/5 총 1 개의 평점
개발자 TalentView
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.talentview.fr
개인정보 보호 정책 페이지 URL https://manage.talentview.fr/terms-and-conditions
지원되는 언어 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"
}