Layke Search

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

什麼是Layke Search?

Layke Search是由Layke Analytics開發的Chrome擴展程式,該擴展的主要功能是“Conduct smart searches and identify relevant candidates with help of AI.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Layke Search擴展crx文件

下載Layke Search擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 Layke Search Layke Search
ID kflhgfodmnljbkknojojmgipcbnlkilm
官方網址 https://chromewebstore.google.com/detail/layke-search/kflhgfodmnljbkknojojmgipcbnlkilm
簡介 Conduct smart searches and identify relevant candidates with help of AI.
檔案大小 893 KB
安裝次數 100
目前版本 1.0.5
更新時間 2022-12-21
上架時間 2022-07-26
開發者 Layke Analytics
電子郵箱 [email protected]
付費類型 in_app
擴展官網 https://www.laykeanalytics.com
說明頁面URL https://www.laykeanalytics.com
隱私政策頁面URL https://www.laykeanalytics.com/terms-of-use-layke-search
支援的語言 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": [
                ""
            ]
        }
    ]
}