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"
            ]
        }
    ]
}