Wink

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

What is Wink?

Wink is a Chrome extension developed by Wink, and its main feature is "Importez vos candidats depuis un site directement sur le logiciel de recrutement Wink !".

Extension Screenshots

screenshot
screenshot

Download Wink Extension CRX File

Download Wink extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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 ! 😉                    

Extension Basic Information

Name Wink Wink
ID lkjcdopbpejiabdiifnccjdcmobhajag
Official URL https://chromewebstore.google.com/detail/wink/lkjcdopbpejiabdiifnccjdcmobhajag
Description Importez vos candidats depuis un site directement sur le logiciel de recrutement Wink !
File Size 16.11 KB
Installation Count 102
Current Version 1.4
Last Updated 2023-04-07
Publish Date 2023-02-23
Developer Wink
Email [email protected]
Payment Type free
Extension Website https://www.wink-lab.com
Supported Languages 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"
    }
}