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文件

下载Eztrackr - Supercharge your job hunt扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        🎯🔎 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"
}