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文件

下載TalentView ATS Chrome Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}