Eztrackr - Supercharge your job hunt
Track and manage your job applications from across the web in one place and say goodbye to spreadsheets!
Qu'est-ce que Eztrackr - Supercharge your job hunt ?
Eztrackr - Supercharge your job hunt est une extension Chrome développée par https://eztrackr.app, et sa fonction principale est "Track and manage your job applications from across the web in one place and say goodbye to spreadsheets!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Eztrackr - Supercharge your job hunt
Téléchargez les fichiers d'extension Eztrackr - Supercharge your job hunt au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
🎯🔎 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!
Informations de Base sur l'Extension
Nom | Eztrackr - Supercharge your job hunt |
ID | kdpbamlhffmfbgglmaedhopenkpgkfdg |
URL Officiel | https://chromewebstore.google.com/detail/eztrackr-supercharge-your/kdpbamlhffmfbgglmaedhopenkpgkfdg |
Description | Track and manage your job applications from across the web in one place and say goodbye to spreadsheets! |
Taille du Fichier | 1.39 MB |
Nombre d'Installations | 6,193 |
Version Actuelle | 4.0.6.0 |
Dernière Mise à Jour | 2024-01-29 |
Date de Publication | 2020-10-11 |
Évaluation | 5.00/5 Total 45 Évaluations |
Développeur | https://eztrackr.app |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://eztrackr.app |
URL de la Page d'Aide | https://eztrackr.app |
URL de la Page de Politique de Confidentialité | https://eztrackr.app/privacy-policy |
Langues Prises en Charge | 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": [ " |