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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Track and manage your job applications from across the web in one place and say goodbye to spreadsheets!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Eztrackr - Supercharge your job hunt एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}