Recruitee Talent Sourcing

Easily source candidates and import data from various networks

Τι είναι το Recruitee Talent Sourcing;

Το Recruitee Talent Sourcing είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Recruitee, και η κύρια λειτουργία του είναι "Easily source candidates and import data from various networks".

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

screenshot
screenshot
screenshot

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

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

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

                        Recruitee Talent Sourcing for Chrome makes your talent acquisition even more effective!  We provide recruiters a simple and easy way to source promising candidates from sites including Xing, Dribbble, StackExchange and GitHub to your positions on Recruitee.

It's simple. Just browse to a user profile on a supported service, click the Recruitee icon in the top right, and you'll have the opportunity to import (source) their profile information on one or more of your job positions in Recruitee.

Learn about more features and signup for an 18-day free trial: www.recruitee.com 

Features:
- Tag candidates while sourcing
- Import candidates with one click
- Parse data into candidate profiles
- Access right away in Recruitee
- Detect duplicate profiles
- Move candidates to jobs or talent pools

Learn about more features from www.recruitee.com, email us at [email protected] or learn more on https://support.recruitee.com                    

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

Όνομα Recruitee Talent Sourcing Recruitee Talent Sourcing
ID nhhfoaoafpdjengjbndbdojlnfjlafpc
Επίσημο URL https://chromewebstore.google.com/detail/recruitee-talent-sourcing/nhhfoaoafpdjengjbndbdojlnfjlafpc
Περιγραφή Easily source candidates and import data from various networks
Μέγεθος Αρχείου 368 KB
Αριθμός Εγκαταστάσεων 7,350
Τρέχουσα Έκδοση 2.8.1
Τελευταία Ενημέρωση 2024-01-26
Ημερομηνία Δημοσίευσης 2020-02-27
Αξιολόγηση 2.78/5 Συνολικά 23 Αξιολογήσεις
Προγραμματιστής Recruitee
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://recruitee.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://support.recruitee.com/technical-doc-extension-integration/extension/recruitee-sourcing-extension
URL της Σελίδας Πολιτικής Απορρήτου https://recruitee.com/privacy
Υποστηριζόμενες Γλώσσες de,en,fr,nl,fi,sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "2.8.1",
    "manifest_version": 3,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "author": "Recruitee",
    "action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Recruitee Sourcing"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "runtime.js",
                "polyfills.js",
                "main.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.recruitee.com\/*"
        ]
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.svg"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}