JobMate - Job Finder & Tracker
Find and track your job applications with the best job search tracker in 2024. Jobmate is your assistant to simplify your job…
JobMate - Job Finder & Tracker क्या है?
JobMate - Job Finder & Tracker coursesity द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find and track your job applications with the best job search tracker in 2024. Jobmate is your assistant to simplify your job…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में JobMate - Job Finder & Tracker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Find and track your job applications with the best job search tracker in 2024. Jobmate is your assistant to simplify your job search journey. Save your time from tedious job search process and take it to the next level with Jobmate. With this extension you can: - Access to the latest internship openings from the best startups and companies - Organize all of the job applications - Visualize your job search journey - Update your job application status - Save job on any website and career page on the web - Access your job application history anytime and anywhere - Get updates on new job openings for the students and entry level jobs - Work with all the major job sites including LinkedIn, Glassdoor, Indeed, and others Jobmate powers you to save and track job applications on the internet. No more manual tracking in excel and spreadsheets. **Make your job search 10x faster with the Jobmate.** Find, Track, and Secure Your Dream Job Today! Beginning your job hunt with the Jobmate. Do you want to share your feedback? Connect with us at hey @ entryleveljobs .me
एक्सटेंशन की मूल जानकारी
नाम | JobMate - Job Finder & Tracker |
ID | koegjjiaciaggkdkpifoidafdfojmmpn |
आधिकारिक URL | https://chromewebstore.google.com/detail/jobmate-job-finder-tracke/koegjjiaciaggkdkpifoidafdfojmmpn |
विवरण | Find and track your job applications with the best job search tracker in 2024. Jobmate is your assistant to simplify your job… |
फ़ाइल का आकार | 55.08 KB |
स्थापना संख्या | 36 |
वर्तमान संस्करण | 1.9 |
अंतिम अपडेट | 2024-02-19 |
प्रकाशन तिथि | 2023-12-21 |
रेटिंग | 5.00/5 कुल 5 रेटिंग्स |
डेवलपर | coursesity |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://entryleveljobs.me/ |
सहायता पृष्ठ URL | https://entryleveljobs.me/ |
गोपनीयता नीति पृष्ठ URL | https://entryleveljobs.me/policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JobMate - Job Finder & Tracker", "version": "1.9", "manifest_version": 3, "background": { "service_worker": "background.js" }, "host_permissions": [ "http:\/\/localhost:3000\/*", "*:\/\/*.entryleveljobs.me\/*" ], "permissions": [ "activeTab", "cookies", "tabs" ], "action": { "default_popup": "popup.html" }, "icons": { "16": ".\/image\/picker_16.png", "32": ".\/image\/picker_32.png", "48": ".\/image\/picker_48.png" }, "commands": { "open-popup": { "suggested_key": { "default": "Ctrl+Shift+O" }, "description": "Open the extension popup" } }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |