Personio Active Sourcing

Add candidates from a LinkedIn profile to Personio and start the hiring process with just one click.

Τι είναι το Personio Active Sourcing;

Το Personio Active Sourcing είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον active_sourcing_extension, και η κύρια λειτουργία του είναι "Add candidates from a LinkedIn profile to Personio and start the hiring process with just one click.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Now you can supercharge your sourcing with just a few clicks. The Personio Active Sourcing Extension allows any member of a hiring team to automatically create an application from a LinkedIn profile in seconds.

Once Active Sourcing is installed in the browser, the Personio icon will appear when you use LinkedIn. When you’ve been in contact with a promising candidate, use the icon to open the extension on their LinkedIn page. 

Select a position where they might be a fit. Next, you can easily import their personal details, upload supporting documents, and automatically create an application for them in Personio. 

Personio Active Sourcing was built to help busy recruiters move faster to get top talent into the hiring pipeline. 

You can:

- Easily add candidates to your hiring pipeline without copying and pasting

- Add tags, notes and comments that will be added to the application

- Enable better source tracking in Personio and supercharge your direct search

- Spend less time on manual data entry, and more time on what matters – people                    

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

Όνομα Personio Active Sourcing Personio Active Sourcing
ID gaflhpfkjpfkkhefnddlpdceiibonehh
Επίσημο URL https://chromewebstore.google.com/detail/personio-active-sourcing/gaflhpfkjpfkkhefnddlpdceiibonehh
Περιγραφή Add candidates from a LinkedIn profile to Personio and start the hiring process with just one click.
Μέγεθος Αρχείου 640 KB
Αριθμός Εγκαταστάσεων 995
Τρέχουσα Έκδοση 2.7
Τελευταία Ενημέρωση 2024-01-30
Ημερομηνία Δημοσίευσης 2023-03-07
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής active_sourcing_extension
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.personio.com/privacy-policy-extension
Υποστηριζόμενες Γλώσσες de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.7",
    "name": "__MSG_appName__",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4L8oiHGdiGOzr1MOr86SA6nvwT269tJJkqVFt0ddKaP75CHlMUgtlZnKAx7FskDkRTe7vUizKGmSeH1umZ1Wm7ZoRs1wBlZKzbVODGHW5KVIFKLQr5fDtwiy2jDiG8byIrpSdtqPSTqG1klID2XuFcjGbAQa3EWbtOCnE\/nzjvMTk8KYFWHchQvWa4G8VmkvtrSEoa6FLV5LcdQ3ISAjBvmxm\/wLKlO\/R6ZiWqVPotWkufeYLZLgEVtfUxerElgUzog5o3+bg+TVUKuCWBJmdX2BZIs181km8i9wV02\/GGvltCpPLuOjBh\/pJP8okV7jMt62deDbvCINRkDuUKbb2QIDAQAB",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "action": {
        "default_title": "Personio Active Sourcing",
        "default_icon": {
            "16": ".\/assets\/images\/personio-logo.png",
            "32": ".\/assets\/images\/personio-logo.png",
            "48": ".\/assets\/images\/personio-logo.png",
            "128": ".\/assets\/images\/personio-logo.png"
        }
    },
    "icons": {
        "16": ".\/assets\/images\/personio-logo.png",
        "32": ".\/assets\/images\/personio-logo.png",
        "48": ".\/assets\/images\/personio-logo.png",
        "128": ".\/assets\/images\/personio-logo.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "identity",
        "storage",
        "scripting",
        "webNavigation",
        "cookies",
        "*:\/\/*.personio.de",
        "*:\/\/*.linkedin.com"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "index.js",
                "content.js"
            ],
            "css": [
                "index.css",
                "content.css"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox": "sandbox allow-scripts; script-src 'self' 'https:\/\/apis.google.com\/' 'https:\/\/www.gstatic.com\/' 'https:\/\/*.firebaseio.com' 'https:\/\/www.googleapis.com' 'https:\/\/ajax.googleapis.com'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 3
}