Layke Search

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

Layke Search là gì?

Layke Search là một tiện ích mở rộng Chrome được phát triển bởi Layke Analytics, và tính năng chính của nó là "Conduct smart searches and identify relevant candidates with help of AI.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Layke Search

Tải xuống các tệp mở rộng Layke Search dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Layke Search Layke Search
ID kflhgfodmnljbkknojojmgipcbnlkilm
URL Chính Thức https://chromewebstore.google.com/detail/layke-search/kflhgfodmnljbkknojojmgipcbnlkilm
Mô tả Conduct smart searches and identify relevant candidates with help of AI.
Kích Thước Tệp 893 KB
Số Lần Cài Đặt 100
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2022-12-21
Ngày Phát Hành 2022-07-26
Nhà Phát Triển Layke Analytics
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://www.laykeanalytics.com
URL Trang Trợ Giúp https://www.laykeanalytics.com
URL Trang Chính Sách Bảo Mật https://www.laykeanalytics.com/terms-of-use-layke-search
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}