TalentScore

Hiring internationally? TalentScore makes recruiting much easier with metrics about the quality of a LinkedIn profile.

TalentScore란 무엇입니까?

TalentScore은(는) TalentScore, Inc.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hiring internationally? TalentScore makes recruiting much easier with metrics about the quality of a LinkedIn profile."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

TalentScore 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Hiring internationally? TalentScore makes recruiting much easier with metrics about the quality of a LinkedIn profile. Install the plugin, then navigate to a LinkedIn profile to see insights about the academic background, companies worked for, English proficiency and resume quality.                    

확장 프로그램 기본 정보

이름 TalentScore TalentScore
ID bafbngkpmcimiahgchogfgodpbahmdje
공식 URL https://chromewebstore.google.com/detail/talentscore/bafbngkpmcimiahgchogfgodpbahmdje
설명 Hiring internationally? TalentScore makes recruiting much easier with metrics about the quality of a LinkedIn profile.
파일 크기 65.86 KB
설치 횟수 29
현재 버전 1.0.149
최근 업데이트 2024-01-18
출시 날짜 2021-12-10
개발자 TalentScore, Inc.
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://talentscore.io
도움말 페이지 URL https://talentscore.io/contact
개인정보 보호 정책 페이지 URL https://talentscore.io/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TalentScore",
    "version": "1.0.149",
    "manifest_version": 3,
    "description": "Hiring internationally? TalentScore makes recruiting much easier with metrics about the quality of a LinkedIn profile.",
    "content_scripts": [
        {
            "js": [
                "content-scripts\/create-app.js"
            ],
            "css": [
                "assets\/extension.css"
            ],
            "matches": [
                "https:\/\/*.linkedin.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": [],
    "permissions": [
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*.linkedin.com\/*"
    ],
    "icons": {
        "16": "assets\/png\/chromestore_logo\/chromestore16x16.png",
        "48": "assets\/png\/chromestore_logo\/chromestore48x48.png",
        "128": "assets\/png\/chromestore_logo\/chromestore128x128.png"
    }
}