Pequity

Bring your compensation philosophy into your ATS offer workflow.

Cos'è Pequity?

Pequity è un'estensione di Chrome sviluppata da Pequity, e la sua funzione principale è "Bring your compensation philosophy into your ATS offer workflow.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Pequity

Scarica i file di estensione Pequity in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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)                    

Informazioni di Base sull'Estensione

Nome Pequity Pequity
ID hgopfdjbipnkmnghodbkdjeiekefkigc
URL Ufficiale https://chromewebstore.google.com/detail/pequity/hgopfdjbipnkmnghodbkdjeiekefkigc
Descrizione Bring your compensation philosophy into your ATS offer workflow.
Dimensione del File 54.35 KB
Conteggio Installazioni 83
Versione Corrente 0.1.10
Ultimo Aggiornamento 2023-11-22
Data di Pubblicazione 2023-01-23
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore Pequity
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.getpequity.com/privacy
Lingue Supportate 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"
    }
}