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은(는) coursesity에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } ] } |