trackjobs4.me
Streamline your job hunt process by using a simple and easy to use platform to add and track jobs you're applying to.
trackjobs4.me क्या है?
trackjobs4.me https://trackjobs4.me द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Streamline your job hunt process by using a simple and easy to use platform to add and track jobs you're applying to."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में trackjobs4.me एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Applying to jobs, but looking for a better way to track your applications instead of messy spreadsheets? Look no further! trackjobs4.me is a platform that integrates with a browser extension to provide users a simple and easy to use tool to add and track jobs they're applying to. No need to maintain a spreadsheet or document of every job you've applied to. Just toggle the extension anytime you're on a job posting, and it'll attempt an automatic parse of any important details. Review, submit, and you're done! Log into the platform at www.trackjobs4.me to see all the jobs you've applied to. Add or edit any details about the job, such as notes or your application's status. Search and filter based on any of the jobs' attributes. Best part? It's free! Say goodbye to manually managing your career hunt.
एक्सटेंशन की मूल जानकारी
नाम | trackjobs4.me |
ID | fdepaacddefkhpkkebcphgjmdobpmhcm |
आधिकारिक URL | https://chromewebstore.google.com/detail/trackjobs4me/fdepaacddefkhpkkebcphgjmdobpmhcm |
विवरण | Streamline your job hunt process by using a simple and easy to use platform to add and track jobs you're applying to. |
फ़ाइल का आकार | 167 KB |
स्थापना संख्या | 63 |
वर्तमान संस्करण | 1.0.0.2 |
अंतिम अपडेट | 2020-09-25 |
प्रकाशन तिथि | 2020-09-25 |
डेवलपर | https://trackjobs4.me |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.trackjobs4.me |
गोपनीयता नीति पृष्ठ URL | https://www.termsfeed.com/live/cba70978-ae1e-464c-bd3d-495f0b7eef8f |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "trackjobs4.me", "version": "1.0.0.2", "author": "Zain Shafique", "description": "Streamline your job hunt process by using a simple and easy to use platform to add and track jobs you're applying to.", "manifest_version": 2, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png", "512": "icons\/icon512.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "src\/analyzer\/stopwords.js", "src\/analyzer\/commonwords.js", "src\/analyzer\/companyfilters.js", "src\/analyzer\/document_analyzer.js", "src\/main.js" ] } ], "browser_action": { "default_popup": "src\/views\/index.html", "default_title": "trackjobs4.me" }, "permissions": [ "https:\/\/api.trackjobs4.me\/", "cookies" ] } |