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"
    }
}