Eztrackr - Supercharge your job hunt

Track and manage your job applications from across the web in one place and say goodbye to spreadsheets!

Eztrackr - Supercharge your job hunt란 무엇입니까?

Eztrackr - Supercharge your job hunt은(는) https://eztrackr.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Track and manage your job applications from across the web in one place and say goodbye to spreadsheets!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Eztrackr - Supercharge your job hunt 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        🎯🔎 Easily organize your job hunt. Track and manage your job applications from across the web in one place and say goodbye to spreadsheets! 🚀💼

Eztrackr is the best job tracker out there!

✨ Effortlessly save job postings from popular platforms like LinkedIn, Indeed, Lever and more with just a few clicks.
✨ Add job posting URL, title, company, location, and more in one convenient place.
✨ Time-saving pre-population of data from job sites like LinkedIn for a hassle-free application process.
✨ Stay organized with a customizable Kanban board to track your job applications.
✨ Powerful statistics and valuable insights to track your progress and identify areas for improvement.
✨ Save Contacts and link them to your jobs.
✨ Save documents like resumes, cover letters, and link them to your jobs.

🤖✨ Introducing EzAI - your job search companion. Get help in generating job application answers, personalized to YOUR resume. Answer questions like "Why do you want to work here" with our AI.

🤖✨ Generate responses to common questions like "Why do you want to work here?"
🤖✨ Generate cover letters personalized to your resume
🤖✨ Save your time by generating job summaries
🤖✨ Generate LinkedIn Headlines
🤖✨ Generate LinkedIn About Me's

Install Eztrackr's Chrome extension now and unlock the full potential of your job search! 💼✨

Connect with us:
🔗 Website: https://eztrackr.app
🔗 LinkedIn: https://www.linkedin.com/company/eztrackr/

✨💼 Don't let the best opportunities slip away—organize your job hunt like a pro today!                    

확장 프로그램 기본 정보

이름 Eztrackr - Supercharge your job hunt Eztrackr - Supercharge your job hunt
ID kdpbamlhffmfbgglmaedhopenkpgkfdg
공식 URL https://chromewebstore.google.com/detail/eztrackr-supercharge-your/kdpbamlhffmfbgglmaedhopenkpgkfdg
설명 Track and manage your job applications from across the web in one place and say goodbye to spreadsheets!
파일 크기 1.39 MB
설치 횟수 6,193
현재 버전 4.0.6.0
최근 업데이트 2024-01-29
출시 날짜 2020-10-11
평점 5.00/5 총 45 개의 평점
개발자 https://eztrackr.app
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://eztrackr.app
도움말 페이지 URL https://eztrackr.app
개인정보 보호 정책 페이지 URL https://eztrackr.app/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "name": "Eztrackr - Supercharge your job hunt",
    "short_name": "Eztrackr",
    "description": "Track and manage your job applications from across the web in one place and say goodbye to spreadsheets!",
    "version": "4.0.6.0",
    "manifest_version": 3,
    "action": [],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "background": {
        "service_worker": "js\/backgroundActions.js"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.eztrackr.app\/*",
            "http:\/\/localhost:3000\/*"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "js\/script.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "eztrackr16.png",
        "48": "eztrackr48.png",
        "128": "eztrackr128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "css\/script.css",
                "fonts\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}