Barley Talent Pulse

Capture your candidates' salary expectations in Barley.

Barley Talent Pulse란 무엇입니까?

Barley Talent Pulse은(는) https://barley.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Capture your candidates' salary expectations in Barley."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Barley Talent Pulse 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Capture, centralize, and report on all of your candidate salary expectations, without ever having to leave your ATS. 

Talent Pulse syncs compensation data between your Applicant Tracking System (such as Greenhouse or Lever) and the Barley Compensation Intelligence Platform to develop an additional benchmarking source for your organization. 

You need a Barley account to use the Talent Pulse extension. Request access at www.barley.io                    

확장 프로그램 기본 정보

이름 Barley Talent Pulse Barley Talent Pulse
ID mengckbicigchenmmcmdjfmkmahpggpk
공식 URL https://chromewebstore.google.com/detail/barley-talent-pulse/mengckbicigchenmmcmdjfmkmahpggpk
설명 Capture your candidates' salary expectations in Barley.
파일 크기 834 KB
설치 횟수 36
현재 버전 2.5.1
최근 업데이트 2023-03-14
출시 날짜 2023-03-14
개발자 https://barley.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://barley.io
도움말 페이지 URL https://barley.io
개인정보 보호 정책 페이지 URL https://www.barley.io/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.5.1",
    "name": "Barley Talent Pulse",
    "manifest_version": 3,
    "author": "Barley Inc.",
    "description": "Capture your candidates' salary expectations in Barley.",
    "action": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.barley.io\/*",
                "https:\/\/*.greenhouse.io\/*",
                "https:\/\/*.lever.co\/*",
                "https:\/\/*.bamboohr.com\/*",
                "https:\/\/*.workable.com\/*"
            ],
            "all_frames": true,
            "js": [
                "content-script.js"
            ]
        }
    ],
    "icons": {
        "16": "assets\/production-logo-16.png",
        "24": "assets\/production-logo-24.png",
        "32": "assets\/production-logo-32.png",
        "128": "assets\/production-logo-128.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "scripting",
        "identity",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*.barley.io\/dashboard\/talent-pulse?*",
        "https:\/\/*.greenhouse.io\/*",
        "https:\/\/*.lever.co\/*",
        "https:\/\/*.bamboohr.com\/*",
        "https:\/\/*.workable.com\/*",
        "https:\/\/*.sentry.io\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.html",
                "assets\/production-logo-16.png",
                "assets\/production-logo-24.png",
                "assets\/production-logo-32.png",
                "assets\/production-logo-128.png"
            ],
            "matches": [
                "https:\/\/*.barley.io\/*",
                "https:\/\/*.greenhouse.io\/*",
                "https:\/\/*.lever.co\/*",
                "https:\/\/*.bamboohr.com\/*",
                "https:\/\/*.workable.com\/*"
            ],
            "use_dynamic_url": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; connect-src https:\/\/api-cloud-gcp.barley.io\/v1\/graphql https:\/\/*.barley.io\/* https:\/\/*.greenhouse.io\/* https:\/\/*.lever.co\/* https:\/\/*.bamboohr.com\/* https:\/\/*.workable.com\/* https:\/\/*.googleapis.com https:\/\/*.barley.io https:\/\/*.sentry.io; style-src * 'unsafe-inline' 'self' blob:; img-src * data: blob: 'unsafe-inline';"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.barley.io\/*"
        ]
    },
    "oauth2": {
        "client_id": "898583848245-1e51fbu0di19g1dsv9tp3n8n00on8f1j.apps.googleusercontent.com",
        "scopes": [
            "profile",
            "email",
            "openid",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    }
}