Talent sourcing - Git-talents

The ultimate sourcing tool: Source developers and build quick leads for talented developers with one click

Τι είναι το Talent sourcing - Git-talents;

Το Talent sourcing - Git-talents είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://git-talents.io, και η κύρια λειτουργία του είναι "The ultimate sourcing tool: Source developers and build quick leads for talented developers with one click".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Talent sourcing - Git-talents

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

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

                        The ultimate sourcing tool: Source for Software Engineers/ developers made easy!


Git-talents, enables recruiters to search and source across more than 40 million developers on Github and export the result into an EXCEL/CSV file.

✔ Smart filters
You won’t need to research or master any particular syntax. Instead, you can use our filters, which are based on popular frameworks (React, Angular JS, Node js...), programming languages (Javascript, java, python ...), and location, and we will take care of getting you the github users you seek along with their valid emails.

✔ Effective search
Our algorithms ensure that you get the latest and best developers on Github!

✔ Export any Github repos 
Export any Github  repository contributors  in one click 

✔ Preview
To avoid any surprises, you can always preview the search results before you export them!

✔ How to start ?
 - Check out our article on how to source candidates on Github ? https://git-talents.io/

✔ Which data can Git-Talents export?
  - Full name, Github username, email, Description, user web site, location, User availability for a job and others                    

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

Όνομα Talent sourcing - Git-talents Talent sourcing - Git-talents
ID ibjbgghbedjfjliffgjjhpeoaphokapj
Επίσημο URL https://chromewebstore.google.com/detail/talent-sourcing-git-talen/ibjbgghbedjfjliffgjjhpeoaphokapj
Περιγραφή The ultimate sourcing tool: Source developers and build quick leads for talented developers with one click
Μέγεθος Αρχείου 300 KB
Αριθμός Εγκαταστάσεων 25
Τρέχουσα Έκδοση 0.0.7
Τελευταία Ενημέρωση 2020-09-09
Ημερομηνία Δημοσίευσης 2020-05-21
Προγραμματιστής https://git-talents.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://git-talents.io
Διεύθυνση URL της Σελίδας Βοήθειας https://git-talents.io/faq
URL της Σελίδας Πολιτικής Απορρήτου https://git-talents.io/static/privacy-notice.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.7",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "browser_action": {
        "default_title": "Git-Talents chrome extension: Sourcing Github Candidate Made Easy!",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "60": "img\/icon-60.png",
        "128": "img\/icon-128.png",
        "96": "img\/icon-96.png",
        "32": "img\/icon-32.png"
    },
    "permissions": [
        "tabs",
        "https:\/\/github.com\/*",
        "https:\/\/git-talents.io\/*"
    ],
    "background": {
        "page": "background.html"
    },
    "content_security_policy": "default-src 'self'; frame-src https:\/\/git-talents.io; connect-src https:\/\/git-talents.io; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:;"
}