Pequity

Bring your compensation philosophy into your ATS offer workflow.

Pequity क्या है?

Pequity Pequity द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Bring your compensation philosophy into your ATS offer workflow."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Pequity एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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