Mogul Recruiter

The best sourcing tool for diverse talent

Mogul Recruiter là gì?

Mogul Recruiter là một tiện ích mở rộng Chrome được phát triển bởi https://onmogul.com, và tính năng chính của nó là "The best sourcing tool for diverse talent".

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

screenshot

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

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

                        Mogul is an award-winning Recruiting Platform honored by the World Economic Forum as a 2023 Technology Pioneer. Mogul makes diversity recruiting effortless with our patent-pending diversity filters so you can ensure your talent pipelines are equitable. 

Mogul Recruiter Chrome Extension complements your LinkedIn Recruiter subscription by bringing the power of Mogul’s diversity filters to Linkedin. 

➤ Enhance candidate searches on LinkedIn Recruiter
Ensure your LinkedIn Recruiter projects have a balanced pipeline by adding gender-diverse and ethnically-diverse candidates to your pipeline

➤ Filter candidates quickly
Save the time spent scrolling through your recruiter search results by filtering diverse candidates on every page

➤ Review candidate profile information instantly
Jump to the candidate of interest without a scroll

➤ Save candidates in LinkedIn Recruiter projects
One-click candidate save to your open or new LinkedIn Recruiter projects
 
Mogul Recruiter Chrome Extension requires a subscription to Mogul services. To find out more, please visit https://onmogul.com/employers.                    

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

Tên Mogul Recruiter Mogul Recruiter
ID peimgkadcinffebndofhpegopgdfgjda
URL Chính Thức https://chromewebstore.google.com/detail/mogul-recruiter/peimgkadcinffebndofhpegopgdfgjda
Mô tả The best sourcing tool for diverse talent
Kích Thước Tệp 359 KB
Số Lần Cài Đặt 81
Phiên Bản Hiện Tại 0.1.6
Cập Nhật Lần Cuối 2023-11-29
Ngày Phát Hành 2023-07-25
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://onmogul.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://onmogul.com/privacy_policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mogul Recruiter",
    "version": "0.1.6",
    "description": "The best sourcing tool for diverse talent",
    "manifest_version": 3,
    "author": "Mogul Team",
    "permissions": [
        "storage",
        "tabs",
        "webRequest"
    ],
    "host_permissions": [
        "*:\/\/*.linkedin.com\/talent\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.gif",
                "*.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": [],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/talent\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}