Pequity

Bring your compensation philosophy into your ATS offer workflow.

Pequity란 무엇입니까?

Pequity은(는) Pequity에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bring your compensation philosophy into your ATS offer workflow."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Pequity 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}