Layke Search

Conduct smart searches and identify relevant candidates with help of AI.

Qu'est-ce que Layke Search ?

Layke Search est une extension Chrome développée par Layke Analytics, et sa fonction principale est "Conduct smart searches and identify relevant candidates with help of AI.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Layke Search

Téléchargez les fichiers d'extension Layke Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Layke Search is a tool for smart candidate search across different platforms. It uses artificial intelligence to make a search or sourcing process more efficient.

Features:
• Search candidates across multiple platforms;
• Get automated suggestions for relevant skills and job titles;
• Easily create the perfect boolean string;
• Identify companies by industry, size, and type;
• Get access to 200.000+ job titles and skills;
• Choose a location and get suggestions on nearby areas;
• Include candidates with alternative spellings of skills and job titles;
• Save search strings over time and share them within the organisation.

Why use Layke Search:
• AI technology helps you automatically generate suggestions for relevant job titles and/or skills to use as the basis for your search;
• The tool is easily accessible on your web browser, so you can use it on any platform without losing your progress;
• Expand your search outside LinkedIn by applying your search strings on multiple platforms, with just one click.

Any questions?
Find more information about Layke Search and contact us on our website!                    

Informations de Base sur l'Extension

Nom Layke Search Layke Search
ID kflhgfodmnljbkknojojmgipcbnlkilm
URL Officiel https://chromewebstore.google.com/detail/layke-search/kflhgfodmnljbkknojojmgipcbnlkilm
Description Conduct smart searches and identify relevant candidates with help of AI.
Taille du Fichier 893 KB
Nombre d'Installations 100
Version Actuelle 1.0.5
Dernière Mise à Jour 2022-12-21
Date de Publication 2022-07-26
Développeur Layke Analytics
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://www.laykeanalytics.com
URL de la Page d'Aide https://www.laykeanalytics.com
URL de la Page de Politique de Confidentialité https://www.laykeanalytics.com/terms-of-use-layke-search
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Layke Search",
    "description": "Conduct smart searches and identify relevant candidates with help of AI.",
    "version": "1.0.5",
    "manifest_version": 3,
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "permissions": [
        "tabs",
        "storage",
        "cookies",
        "unlimitedStorage",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "main.*.css*",
                "*.png",
                "index.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}