Upkey

See how your resume matches with jobs before applying

Upkeyคืออะไร?

Upkey เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://upkey.com และคุณลักษณะหลักของมันคือ "See how your resume matches with jobs before applying"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Upkey

ดาวน์โหลดไฟล์ส่วนขยาย Upkey ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}