Upkey

See how your resume matches with jobs before applying

Upkey란 무엇입니까?

Upkey은(는) https://upkey.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "See how your resume matches with jobs before applying"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Match jobs with your resume *before* applying! Find out where you fall short and improve your resume. 

The Upkey browser extension is a super-tool that you can take with you across the web, as you search for your dream job.

Upkey helps you optimize your resume for every job you want to apply to, in order to apply confidently. 

Did you know that ~75% of job applicants never hear back from the companies they apply with? Most of the times, it’s the enterprise screening software (ATS - Applicant Tracking Systems) that rejects applicants automatically because they can’t parse resumes correctly, or the resumes don’t match up with the job descriptions. 

Upkey gives you x-ray vision into how the typical ATS sees your resume and the insights you need to prepare a stellar resume. 

Learn more at https://upkey.com                    

확장 프로그램 기본 정보

이름 Upkey Upkey
ID dkmnopepcjbpbjemodknnjbhhapecikb
공식 URL https://chromewebstore.google.com/detail/upkey/dkmnopepcjbpbjemodknnjbhhapecikb
설명 See how your resume matches with jobs before applying
파일 크기 1.81 MB
설치 횟수 788
현재 버전 0.0.3
최근 업데이트 2022-06-22
출시 날짜 2022-05-07
평점 5.00/5 총 11 개의 평점
개발자 https://upkey.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://upkey.com
개인정보 보호 정책 페이지 URL https://upkey.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Upkey",
    "version": "0.0.3",
    "description": "See how your resume matches with jobs before applying",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "assets\/images\/icons\/extension-icons\/icon16.png",
            "24": "assets\/images\/icons\/extension-icons\/icon24.png",
            "32": "assets\/images\/icons\/extension-icons\/icon32.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ],
            "all_frames": false
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "index.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:4200\/*",
            "https:\/\/v4.devupkey.net\/*",
            "https:\/\/upkey.com\/*"
        ]
    },
    "permissions": [
        "storage"
    ]
}