TalentSearch -- Top pick for recruiters

Get access to contact details of LinkedIn, GitHub and StackOverflow profiles

TalentSearch -- Top pick for recruiters là gì?

TalentSearch -- Top pick for recruiters là một tiện ích mở rộng Chrome được phát triển bởi https://talentsearch.pro, và tính năng chính của nó là "Get access to contact details of LinkedIn, GitHub and StackOverflow profiles".

Ả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 TalentSearch -- Top pick for recruiters

Tải xuống các tệp mở rộng TalentSearch -- Top pick for recruiters 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

                        Welcome to our Extension! Hope that it will become your best friend in recruitment which can help you to save your time and automate your processes.

Our TalentSearch Extension allows you to:
- manage candidates from different social networks;
- uncover candidates’ alternative contact details;
- export candidates’ profiles to your database or add them to the desired positions just with one click;
- avoid profiles’ duplicating;
- change candidates’ stages without ATS opening;
- attach CVs to the candidate through our extension;
- leave comments to the candidates, which are visible for the whole team;
- create and save templates for your connection messages;
- see if this candidate is in processing among your colleagues;

Simplify recruitment and delegate routine tasks to the machine. 
Sign up now and take control of your recruitment process.                    

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

Tên TalentSearch -- Top pick for recruiters TalentSearch -- Top pick for recruiters
ID ilocdbladnokjbbfnoigbjfboophlkda
URL Chính Thức https://chromewebstore.google.com/detail/talentsearch-top-pick-for/ilocdbladnokjbbfnoigbjfboophlkda
Mô tả Get access to contact details of LinkedIn, GitHub and StackOverflow profiles
Kích Thước Tệp 870 KB
Số Lần Cài Đặt 255
Phiên Bản Hiện Tại 5.19.4
Cập Nhật Lần Cuối 2024-02-26
Ngày Phát Hành 2023-01-24
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://talentsearch.pro
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.talentsearch.pro/
URL Trang Trợ Giúp https://t.me/TalentSearchBot
URL Trang Chính Sách Bảo Mật https://talentsearch.pro/gdpr
Ngôn Ngữ Được Hỗ Trợ en,pl,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "5.19.4",
    "author": "TalentSearch LLC",
    "homepage_url": "https:\/\/www.talentscan.pro\/lite\/",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAon107c7xOI7Y53\/+mLYFXcqSCW2dsQxgfmZNvObpUSPL8pUR+NJk0dkVeBE1K4goprdrXx1FWgtGPLCPdnd0d+LgcbPBa2QJEKSLllmfXVJXMyD+xVhSLmtxbuN4WebtrgdcOEqLYD3WiwpQqPDbAV5gvXCvdyM9C4n0saw+LNA30Fj7DeC7WcTRRPqpI1OWSNEPg7Dl6roDWuvwhF3ZWhOQhO2QnzqYuu\/vvMVSynDzS5rHPZv7k8hYtWCtvuQw03stMFkbG1cdpx+jzkv0SpXW51VwLkCTQWpksW35nc\/bCXIxLwIS9ioJitFZCaTAJZGO+XNhMgNUF1tRKMCIowIDAQAB",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "action": {
        "default_icon": "assets\/logo_tsp.png",
        "default_title": "Talent Search",
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "assets\/logo_tsp.png",
        "128": "assets\/logo_tsp_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.talentscan.pro\/*",
                "https:\/\/*.talentsearch.pro\/*",
                "https:\/\/*.aogexperts.com\/*",
                "https:\/\/*.kernel.ua\/*",
                "https:\/\/*.linkedin.com\/*",
                "https:\/\/*.github.com\/*",
                "https:\/\/*.stackoverflow.com\/*",
                "https:\/\/*.work.ua\/*",
                "https:\/\/*.xing.com\/profile\/*",
                "https:\/\/*.facebook.com\/*",
                "https:\/\/*.robota.ua\/*",
                "https:\/\/*.grc.ua\/*",
                "https:\/\/*.hh.ru\/*",
                "https:\/\/*.upwork.com\/*",
                "https:\/\/*.moikrug.ru\/*",
                "https:\/\/*.askubuntu.com\/*",
                "https:\/\/*.dribbble.com\/*",
                "https:\/\/*.jobs.dou.ua\/*",
                "https:\/\/*.dou.ua\/*",
                "https:\/\/*.dice.com\/*",
                "https:\/\/*.turbohiring.co\/*",
                "https:\/\/*.djinni.co\/*",
                "https:\/\/*.mail.google.com\/*",
                "https:\/\/*.artstation.com\/*",
                "https:\/\/*.behance.net\/*",
                "https:\/\/*.apec.fr\/*",
                "https:\/\/*.gitlab.com\/*",
                "https:\/\/*.google.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        "https:\/\/*.talentsearch.pro\/*",
        "https:\/\/*.kernel.ua\/*",
        "https:\/\/*.dhigroupinc.com\/*"
    ],
    "manifest_version": 3,
    "default_locale": "en",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "identity",
        "identity.email"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "manifest.json"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/*.talentscan.pro\/*",
            "*:\/\/*.talentsearch.pro\/*",
            "https:\/\/*.kernel.ua\/*",
            "https:\/\/*.aogexperts.com\/*",
            "https:\/\/*.datadoghq.eu\/*"
        ]
    },
    "oauth2": {
        "client_id": "887385065422-bq9og6juras9ivb7rqlqhhimo3ggn8u6.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    }
}