Factorial Sourcing

Import candidates easily from different websites such as LinkedIn into your job openings in Factorial.

Τι είναι το Factorial Sourcing;

Το Factorial Sourcing είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Factorial HR, και η κύρια λειτουργία του είναι "Import candidates easily from different websites such as LinkedIn into your job openings in Factorial.".

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

screenshot
screenshot

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

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

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

                        Sourcing candidates is a very time-consuming method to acquire candidates, but it is also key to get the best talent. This extension enables Factorial clients to make sourcing straightforward by allowing to import candidate profiles from LinkedIn and other popular sites.

- Assign candidates to a specific job opening and phase
- Gather candidate contact information                    

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

Όνομα Factorial Sourcing Factorial Sourcing
ID ceaieellonhoiaielfdbelnpblojpecd
Επίσημο URL https://chromewebstore.google.com/detail/factorial-sourcing/ceaieellonhoiaielfdbelnpblojpecd
Περιγραφή Import candidates easily from different websites such as LinkedIn into your job openings in Factorial.
Μέγεθος Αρχείου 20.68 KB
Αριθμός Εγκαταστάσεων 160
Τρέχουσα Έκδοση 0.1.1
Τελευταία Ενημέρωση 2023-01-14
Ημερομηνία Δημοσίευσης 2023-01-13
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Factorial HR
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://factorialhr.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://help.factorialhr.com/
URL της Σελίδας Πολιτικής Απορρήτου https://factorialhr.com/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Factorial Sourcing",
    "description": "Import candidates easily from different websites such as LinkedIn into your job openings in Factorial.",
    "version": "0.1.1",
    "minimum_chrome_version": "108",
    "action": {
        "default_icon": {
            "16": "images\/logo-16.png",
            "48": "images\/logo-48.png",
            "128": "images\/logo-128.png"
        }
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "icons": {
        "16": "images\/logo-16.png",
        "48": "images\/logo-48.png",
        "128": "images\/logo-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/tab.js"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ]
        },
        {
            "js": [
                "js\/linkedin.js"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ]
        },
        {
            "js": [
                "js\/linkedin_talent.js"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/talent\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "sidebar.html",
                "js\/sidebar.js",
                "css\/sidebar.css",
                "css\/tab.css"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ]
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Alt+Shift+F",
                "mac": "Alt+Shift+F",
                "chromeos": "Alt+Shift+F",
                "linux": "Alt+Shift+F"
            }
        }
    },
    "permissions": [
        "cookies",
        "declarativeNetRequestWithHostAccess"
    ],
    "host_permissions": [
        "https:\/\/app.factorialhr.com\/",
        "https:\/\/api.factorialhr.com\/"
    ]
}