Mogul Recruiter

The best sourcing tool for diverse talent

Mogul Recruiterとは何ですか?

Mogul Recruiterはhttps://onmogul.comによって開発されたChromeの拡張機能で、その主な機能は「The best sourcing tool for diverse talent」です。

拡張機能のスクリーンショット

screenshot

Mogul Recruiter拡張機能のCRXファイルをダウンロード

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
Eメール [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"
            ]
        }
    ]
}