Mogul Recruiter

The best sourcing tool for diverse talent

Что такое Mogul Recruiter?

Mogul Recruiter - это расширение Chrome, разработанное https://onmogul.com, и его основная функция - "The best sourcing tool for diverse talent".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Mogul Recruiter

Скачайте файлы расширений Mogul Recruiter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Mogul Recruiter Mogul Recruiter
ID peimgkadcinffebndofhpegopgdfgjda
Официальный URL https://chromewebstore.google.com/detail/mogul-recruiter/peimgkadcinffebndofhpegopgdfgjda
Описание The best sourcing tool for diverse talent
Размер файла 359 KB
Количество установок 81
Текущая Версия 0.1.6
Последнее Обновление 2023-11-29
Дата публикации 2023-07-25
Рейтинг 5.00/5 Всего 1 оценок
Разработчик https://onmogul.com
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://onmogul.com/privacy_policy
Поддерживаемые языки 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"
            ]
        }
    ]
}