Wink

Importez vos candidats depuis un site directement sur le logiciel de recrutement Wink !

Что такое Wink?

Wink - это расширение Chrome, разработанное Wink, и его основная функция - "Importez vos candidats depuis un site directement sur le logiciel de recrutement Wink !".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Wink

Скачайте файлы расширений Wink в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Vous pensez avoir trouvé le candidat idéal ? Grâce à l’extension Wink Sourcing aspirez directement les données du profil de votre candidat trouvé sur Linkedin dans votre logiciel ATS Wink ! 🚀

Vous pourrez ainsi vous constituer un vivier de talents qualitatif sans aucun effort ! En quelques clics, votre candidat se retrouvera dans votre ATS Wink. 

Comment ça marche ? 🤔

Rendez-vous sur Linkedin, trouvez votre candidat et activez votre extension Wink Sourcing lorsque vous êtes sur son profil. Une fenêtre apparaît alors à droite de votre écran avec toutes les informations du candidat à remplir ! À vous maintenant de sélectionner le poste auquel vous voulez le rattacher ou l’envoyer simplement dans votre vivier.

C’est tout bon ? Il ne vous reste plus qu’à cliquer pour retrouver votre talent sur votre ATS Wink ! 😉                    

Основная информация о расширении

Название Wink Wink
ID lkjcdopbpejiabdiifnccjdcmobhajag
Официальный URL https://chromewebstore.google.com/detail/wink/lkjcdopbpejiabdiifnccjdcmobhajag
Описание Importez vos candidats depuis un site directement sur le logiciel de recrutement Wink !
Размер файла 16.11 KB
Количество установок 102
Текущая Версия 1.4
Последнее Обновление 2023-04-07
Дата публикации 2023-02-23
Разработчик Wink
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.wink-lab.com
Поддерживаемые языки fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wink",
    "version": "1.4",
    "manifest_version": 3,
    "description": "Importez vos candidats depuis un site directement sur le logiciel de recrutement Wink !",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "content_script.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "images\/logo_wink_16.png",
            "32": "images\/logo_wink_32.png",
            "48": "images\/logo_wink_48.png",
            "128": "images\/logo_wink_128.png"
        },
        "default_title": "Wink"
    },
    "icons": {
        "16": "images\/logo_wink_16.png",
        "32": "images\/logo_wink_32.png",
        "48": "images\/logo_wink_48.png",
        "128": "images\/logo_wink_128.png"
    }
}