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은(는) https://git-talents.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The ultimate sourcing tool: Source developers and build quick leads for talented developers with one click"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Talent sourcing - Git-talents 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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:;"
}