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文件

下載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
官方網址 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"
    }
}