TalentView ATS Chrome Extension

Import applicants from various platforms to your TalentView account

TalentView ATS Chrome Extension क्या है?

TalentView ATS Chrome Extension TalentView द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Import applicants from various platforms to your TalentView account"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TalentView ATS Chrome Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}