JobMate - Job Finder & Tracker
Find and track your job applications with the best job search tracker in 2024. Jobmate is your assistant to simplify your job…
JobMate - Job Finder & Trackerคืออะไร?
JobMate - Job Finder & Tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย coursesity และคุณลักษณะหลักของมันคือ "Find and track your job applications with the best job search tracker in 2024. Jobmate is your assistant to simplify your job…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย JobMate - Job Finder & Tracker
ดาวน์โหลดไฟล์ส่วนขยาย JobMate - Job Finder & Tracker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Find and track your job applications with the best job search tracker in 2024. Jobmate is your assistant to simplify your job search journey. Save your time from tedious job search process and take it to the next level with Jobmate. With this extension you can: - Access to the latest internship openings from the best startups and companies - Organize all of the job applications - Visualize your job search journey - Update your job application status - Save job on any website and career page on the web - Access your job application history anytime and anywhere - Get updates on new job openings for the students and entry level jobs - Work with all the major job sites including LinkedIn, Glassdoor, Indeed, and others Jobmate powers you to save and track job applications on the internet. No more manual tracking in excel and spreadsheets. **Make your job search 10x faster with the Jobmate.** Find, Track, and Secure Your Dream Job Today! Beginning your job hunt with the Jobmate. Do you want to share your feedback? Connect with us at hey @ entryleveljobs .me
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | JobMate - Job Finder & Tracker |
ID | koegjjiaciaggkdkpifoidafdfojmmpn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/jobmate-job-finder-tracke/koegjjiaciaggkdkpifoidafdfojmmpn |
คำอธิบาย | Find and track your job applications with the best job search tracker in 2024. Jobmate is your assistant to simplify your job… |
ขนาดไฟล์ | 55.08 KB |
จำนวนการติดตั้ง | 36 |
เวอร์ชันปัจจุบัน | 1.9 |
อัปเดตครั้งล่าสุด | 2024-02-19 |
วันที่เผยแพร่ | 2023-12-21 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | coursesity |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://entryleveljobs.me/ |
URL หน้าช่วยเหลือ | https://entryleveljobs.me/ |
URL หน้านโยบายความเป็นส่วนตัว | https://entryleveljobs.me/policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JobMate - Job Finder & Tracker", "version": "1.9", "manifest_version": 3, "background": { "service_worker": "background.js" }, "host_permissions": [ "http:\/\/localhost:3000\/*", "*:\/\/*.entryleveljobs.me\/*" ], "permissions": [ "activeTab", "cookies", "tabs" ], "action": { "default_popup": "popup.html" }, "icons": { "16": ".\/image\/picker_16.png", "32": ".\/image\/picker_32.png", "48": ".\/image\/picker_48.png" }, "commands": { "open-popup": { "suggested_key": { "default": "Ctrl+Shift+O" }, "description": "Open the extension popup" } }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |