Upkey

See how your resume matches with jobs before applying

Upkey là gì?

Upkey là một tiện ích mở rộng Chrome được phát triển bởi https://upkey.com, và tính năng chính của nó là "See how your resume matches with jobs before applying".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Upkey

Tải xuống các tệp mở rộng Upkey dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Upkey Upkey
ID dkmnopepcjbpbjemodknnjbhhapecikb
URL Chính Thức https://chromewebstore.google.com/detail/upkey/dkmnopepcjbpbjemodknnjbhhapecikb
Mô tả See how your resume matches with jobs before applying
Kích Thước Tệp 1.81 MB
Số Lần Cài Đặt 788
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2022-06-22
Ngày Phát Hành 2022-05-07
Đánh Giá 5.00/5 Tổng số 11 Đánh Giá
Nhà Phát Triển https://upkey.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://upkey.com
URL Trang Chính Sách Bảo Mật https://upkey.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}