Pequity

Bring your compensation philosophy into your ATS offer workflow.

Pequityคืออะไร?

Pequity เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Pequity และคุณลักษณะหลักของมันคือ "Bring your compensation philosophy into your ATS offer workflow."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pequity

ดาวน์โหลดไฟล์ส่วนขยาย Pequity ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Pequity is the leading all-in-one compensation platform for leaders to compete for, attract and retain talent, at scale. 

The Pequity Embedded Chrome extension...
- Embeds compensation data with recruiters & hiring managers directly in their ATS
- Speeds up time to offer while also making smarter offers
- Maintains oversight without micromanaging, choosing your desired level of pay transparency
- Is permissioned on role, level, location, and range – so your team only sees the comp data they should

Note: a Pequity account is required to use this chrome extension. Don’t have one yet? Get in touch with us at www.getpequity.com/contact

By installing the extension, you agree to Pequity’s Terms and Conditions (getpequity.com/tos)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Pequity Pequity
ID hgopfdjbipnkmnghodbkdjeiekefkigc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pequity/hgopfdjbipnkmnghodbkdjeiekefkigc
คำอธิบาย Bring your compensation philosophy into your ATS offer workflow.
ขนาดไฟล์ 54.35 KB
จำนวนการติดตั้ง 83
เวอร์ชันปัจจุบัน 0.1.10
อัปเดตครั้งล่าสุด 2023-11-22
วันที่เผยแพร่ 2023-01-23
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Pequity
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.getpequity.com/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pequity",
    "description": "Bring your compensation philosophy into your ATS offer workflow.",
    "version": "0.1.10",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "48": ".\/assets\/favicon_48.png",
            "128": ".\/assets\/favicon_128.png"
        }
    },
    "icons": {
        "16": ".\/assets\/favicon_16.png",
        "32": ".\/assets\/favicon_32.png",
        "48": ".\/assets\/favicon_48.png",
        "128": ".\/assets\/favicon_128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "components\/overlay\/style.css"
            ],
            "js": [
                "components\/overlay\/index.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}