Homerun Talent Clipper

Scout talent directly from social media to Homerun.

Homerun Talent Clipper란 무엇입니까?

Homerun Talent Clipper은(는) https://homerun.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Scout talent directly from social media to Homerun."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Homerun Talent Clipper 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Add qualified potential candidates to Homerun from everywhere on the web using the Chrome Talent Clipper extension. When you're on the social media profile of a potential candidate, simply click the Homerun icon to open the Talent Clipper sidebar and add them to your Homerun account. The Clipper works for most major professional social media platforms and adds the name and any other available information to the candidate profile in Homerun.

Homerun is an easy-to-use tool that helps small businesses manage their hiring flow and make meaningful hires. With beautifully styled job posts and customizable apply forms, you can put the candidate experience front and center. Homerun allows you to organize your hiring, communicate with talent and review candidates as a team – bringing your hiring process together in one clear overview.                    

확장 프로그램 기본 정보

이름 Homerun Talent Clipper Homerun Talent Clipper
ID difbjidgnnghconckdfoblepajcekoje
공식 URL https://chromewebstore.google.com/detail/homerun-talent-clipper/difbjidgnnghconckdfoblepajcekoje
설명 Scout talent directly from social media to Homerun.
파일 크기 153 KB
설치 횟수 749
현재 버전 2.1.0
최근 업데이트 2023-12-12
출시 날짜 2020-04-22
평점 4.00/5 총 5 개의 평점
개발자 https://homerun.co
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.homerun.co/feature/talent-clipper
도움말 페이지 URL https://help.homerun.co/en/articles/2240800-how-do-i-source-people-directly-from-websites-like-linkedin-github-dribbble-and-behance
개인정보 보호 정책 페이지 URL https://www.homerun.co/privacy-statement
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Homerun Talent Clipper",
    "description": "Scout talent directly from social media to Homerun.",
    "version": "2.1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": "\/icons\/icon_16.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/admin.homerun.co\/",
        "https:\/\/app.homerun.co\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/fonts\/GT-America-Standard-Regular.otf",
                "\/fonts\/GT-Walsheim-Ultra-Bold.ttf",
                "\/images\/homerun-button.png",
                "\/images\/homerun-logo.png",
                "content.html",
                "site_identifiers.json"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "\/icons\/icon_16.png",
        "32": "\/icons\/icon_32.png",
        "48": "\/icons\/icon_48.png",
        "128": "\/icons\/icon_128.png"
    }
}