Mogul Recruiter

The best sourcing tool for diverse talent

What is Mogul Recruiter?

Mogul Recruiter is a Chrome extension developed by https://onmogul.com, and its main feature is "The best sourcing tool for diverse talent".

Extension Screenshots

screenshot

Download Mogul Recruiter Extension CRX File

Download Mogul Recruiter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Mogul Recruiter Mogul Recruiter
ID peimgkadcinffebndofhpegopgdfgjda
Official URL https://chromewebstore.google.com/detail/mogul-recruiter/peimgkadcinffebndofhpegopgdfgjda
Description The best sourcing tool for diverse talent
File Size 359 KB
Installation Count 81
Current Version 0.1.6
Last Updated 2023-11-29
Publish Date 2023-07-25
Rating 5.00/5 Total 1 Ratings
Developer https://onmogul.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://onmogul.com/privacy_policy
Supported Languages 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"
            ]
        }
    ]
}