Prelude

Prelude's extension to integrate with recruiting systems.

Τι είναι το Prelude;

Το Prelude είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://prelude.co, και η κύρια λειτουργία του είναι "Prelude's extension to integrate with recruiting systems.".

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

screenshot

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

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

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

                        Interview scheduling, simplified. Go from a scheduling request to the best schedule in seconds. This extension allows integration with third party Applicant Tracking Systems (ATS). If you're not yet a customer, please reach out to [email protected] or go to prelude.co.


Fast, simple, and accurate interview panels.
Prelude (formerly Interview Schedule) takes you from a scheduling request to the best schedule in a few simple steps. We understand the many factors that go into finding the best panel, and we help Coordinators to streamline their process at every turn.

 
Put time back on your calendar.
Less time scheduling means more time to improve the candidate experience, source top talent, and build team process to land the best candidates in the world. Prelude saves teams hours every week.


Flexible features to support your team’s needs.
* Integrate your calendar and ATS
* Specify panel interviewers, durations, start times, and more
* Save and reuse panels
* Handle conflicting meetings with ease
* Search multiple candidate availability windows at once                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Prelude Prelude
ID nbimjaonnklighojgkihkipemiaimgdk
Επίσημο URL https://chromewebstore.google.com/detail/prelude/nbimjaonnklighojgkihkipemiaimgdk
Περιγραφή Prelude's extension to integrate with recruiting systems.
Μέγεθος Αρχείου 1.04 MB
Αριθμός Εγκαταστάσεων 2,992
Τρέχουσα Έκδοση 0.21.37
Τελευταία Ενημέρωση 2024-01-17
Ημερομηνία Δημοσίευσης 2020-05-11
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://prelude.co
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://prelude.co
Διεύθυνση URL της Σελίδας Βοήθειας https://prelude.co
URL της Σελίδας Πολιτικής Απορρήτου https://calendly.com/pages/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.21.37",
    "name": "Prelude",
    "short_name": "Prelude",
    "description": "Prelude's extension to integrate with recruiting systems.",
    "homepage_url": "https:\/\/calendly.com\/prelude",
    "icons": {
        "128": "logo-transparent-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "transparent-icon.png",
                "fonts\/proximanova*.woff2",
                "fonts\/proximanova*.woff",
                "images\/prelude-outline-logo-blue.png",
                "images\/prelude-outline-logo-white.png"
            ],
            "matches": [
                "https:\/\/*\/*"
            ],
            "\/\/": "Exclude Greenhouse Skilljar (BUG-4406)",
            "exclude_matches": [
                "https:\/\/learn.greenhouse.io\/*",
                "https:\/\/*.greenhouse.io\/*users\/*sign_in",
                "https:\/\/*.greenhouse.io\/*support"
            ]
        }
    ],
    "background": {
        "service_worker": "static\/js\/background.js"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/interviewschedule.com\/*",
            "*:\/\/prelude.co\/*",
            "*:\/\/localhost\/*",
            "*:\/\/calendly.com\/app\/recruiting\/*",
            "*:\/\/*.calendly.com\/app\/recruiting\/*"
        ]
    },
    "permissions": [
        "activeTab"
    ],
    "optional_permissions": [
        "scripting"
    ],
    "optional_host_permissions": [
        "https:\/\/*.myworkday.com\/*",
        "https:\/\/*.successfactors.com\/*"
    ],
    "action": [],
    "offline_enabled": false,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.greenhouse.io\/*",
                "https:\/\/*.lever.co\/*",
                "https:\/\/*.workday.com\/*"
            ],
            "\/\/": "Exclude Greenhouse Skilljar (BUG-4406)",
            "exclude_matches": [
                "https:\/\/learn.greenhouse.io\/*",
                "https:\/\/*.greenhouse.io\/*users\/*sign_in",
                "https:\/\/*.greenhouse.io\/*support"
            ],
            "css": [
                "static\/css\/content.css"
            ],
            "js": [
                "static\/js\/content.js"
            ]
        }
    ]
}