Barley Talent Pulse

Capture your candidates' salary expectations in Barley.

Τι είναι το Barley Talent Pulse;

Το Barley Talent Pulse είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://barley.io, και η κύρια λειτουργία του είναι "Capture your candidates' salary expectations in Barley.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Barley Talent Pulse

Λήψη αρχείων επέκτασης Barley Talent Pulse σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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