tidyhire

tidyhire is a sourcing assistant for recruiters to find and engage relevant candidates at scale. The tidyhire Chrome extension is…

tidyhire là gì?

tidyhire là một tiện ích mở rộng Chrome được phát triển bởi https://tidyhire.app, và tính năng chính của nó là "tidyhire is a sourcing assistant for recruiters to find and engage relevant candidates at scale. The tidyhire Chrome extension is…".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng tidyhire 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

                        tidyhire is a sourcing assistant for recruiters to find and engage relevant candidates at scale.

The tidyhire Chrome extension is the perfect tool for recruiters who want to increase their talent pipeline and find the best candidates for their open roles.

Features:
→ Find email and phone numbers of almost any candidate 
→ AI-assisted email and LinkedIn message writing
→ Email open and reply tracking
→ Automated and personalized engagement sequences

Benefits:
→ Save time and effort on sourcing
→ Find the best candidates for your open roles
→ Increase your response rates
→ Close more positions

👉 Install the tidyhire Chrome extension today and start sourcing like a pro!                    

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

Tên tidyhire tidyhire
ID adkamkdaglbaejnfobbahegfiinjonme
URL Chính Thức https://chromewebstore.google.com/detail/tidyhire/adkamkdaglbaejnfobbahegfiinjonme
Mô tả tidyhire is a sourcing assistant for recruiters to find and engage relevant candidates at scale. The tidyhire Chrome extension is…
Kích Thước Tệp 558 KB
Số Lần Cài Đặt 112
Phiên Bản Hiện Tại 1.0.31
Cập Nhật Lần Cuối 2024-02-17
Ngày Phát Hành 2022-07-21
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://tidyhire.app
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://tidyhire.app/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "tidyhire",
    "version": "1.0.31",
    "action": {
        "default_icon": {
            "16": "assets\/icon16.png",
            "48": "assets\/icon48.png",
            "128": "assets\/icon128.png"
        },
        "default_title": "Popup Sample",
        "default_popup": "popup\/index.html"
    },
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "content-scripts\/import-main.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*.png",
                "content-scripts\/options.html",
                "content-scripts\/messageBox.html"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "chunks\/*-*.js",
                "content-scripts\/main.js"
            ],
            "matches": [
                "*:\/\/*.linkedin.com\/*",
                "https:\/\/api.tidyhire.app\/*",
                "https:\/\/api-staging.tidyhire.app\/*",
                "http:\/\/localhost:3000\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/api.tidyhire.app\/*",
        "https:\/\/api.tidyhire.app\/api\/*",
        "https:\/\/api-staging.tidyhire.app\/*",
        "https:\/\/api-staging.tidyhire.app\/api\/*",
        "http:\/\/localhost:3000\/*",
        "http:\/\/localhost:3000\/api\/*"
    ],
    "permissions": [
        "tabs",
        "storage"
    ]
}