Jobscan: Job Search Tracker

Collect, track and manage your job applications from across the web

Τι είναι το Jobscan: Job Search Tracker;

Το Jobscan: Job Search Tracker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.jobscan.co, και η κύρια λειτουργία του είναι "Collect, track and manage your job applications from across the web".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Jobscan: Job Search Tracker

Λήψη αρχείων επέκτασης Jobscan: Job Search Tracker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Collect, track and manage your job applications from across the web

Are you still tracking jobs in Excel or Google Sheets? It’s time for an upgrade.

Save your favorite jobs into your Jobscan Job Tracker directly from the job listing from job boards like Indeed, LinkedIn, and Glassdoor. The Chrome extension will automatically populate all of the details from the job listing, including the company, job title, job description, listing URL, and salary.

To see how closely you match a job, run a resume scan to compare your resume to the job listing. You can do all of this directly from the job listing page with the Job Tracker Chrome extension.

No more switching tabs and manually entering job information. Organize your resumes and job descriptions, keep track of important interview dates, take notes, and manage multiple job opportunities in one place. 

Less time trying to keep everything organized means more time to focus on nailing interviews.

Features:

Save jobs from major job boards
Easily save job details from popular job boards. Information is auto-populated to save you time.

See your Match Rate
Are you a good match for that job? Now you can find out in seconds by scanning your Jobscan resume against a job listing.

Organize your job searches 
Keep track of interview schedules, meeting links, contact details, pending tasks, important notes, and other job information for each application. 

Plot your progress
Track the jobs you’re interested in and visualize your progress as you move forward with each one. Move each application across the board from “Applied” to “Interviewed”.

Nail your interview
Organize your upcoming interviews and include all information like the date, time, and interview medium in Job Tracker. Automated calendar events and email reminders mean you never miss an interview or show up unprepared.

Optimize your resume
Optimizing your resume for ATS is key. See your match rate on every application card within Job Tracker, and click the match report to edit your resume in real time. Use Jobscan's resume scanner to see customized tips on how to optimize your resume for each job application.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Jobscan: Job Search Tracker Jobscan: Job Search Tracker
ID apppjobnbahbomhgmcgolplkpigjlofl
Επίσημο URL https://chromewebstore.google.com/detail/jobscan-job-search-tracke/apppjobnbahbomhgmcgolplkpigjlofl
Περιγραφή Collect, track and manage your job applications from across the web
Μέγεθος Αρχείου 271 KB
Αριθμός Εγκαταστάσεων 3,359
Τρέχουσα Έκδοση 2.1.1
Τελευταία Ενημέρωση 2024-02-16
Ημερομηνία Δημοσίευσης 2022-08-01
Αξιολόγηση 3.36/5 Συνολικά 11 Αξιολογήσεις
Προγραμματιστής https://www.jobscan.co
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.jobscan.co
Διεύθυνση URL της Σελίδας Βοήθειας https://support.jobscan.co/
URL της Σελίδας Πολιτικής Απορρήτου https://www.jobscan.co/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Jobscan: Job Search Tracker",
    "description": "Collect, track and manage your job applications from across the web",
    "version": "2.1.1",
    "version_name": "2.1.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js",
        "events": [
            "webNavigation"
        ]
    },
    "permissions": [
        "storage",
        "tabs",
        "webNavigation"
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": "assets\/icon-32.png"
    },
    "icons": {
        "32": "assets\/icon-32.png",
        "48": "assets\/icon-48.png",
        "128": "assets\/icon-128.png"
    },
    "host_permissions": [
        "https:\/\/*.jobscan.co\/*",
        "https:\/\/*.indeed.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.indeed.com\/*",
                "https:\/\/www.linkedin.com\/*",
                "https:\/\/www.glassdoor.com\/*",
                "https:\/\/*.joinhandshake.com\/*"
            ],
            "js": [
                "external-content.js"
            ],
            "css": [
                "styles.css"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/button-logo.svg",
                "index.html"
            ],
            "matches": [
                "https:\/\/*.indeed.com\/*",
                "https:\/\/www.linkedin.com\/*",
                "https:\/\/www.glassdoor.com\/*",
                "https:\/\/*.joinhandshake.com\/*"
            ]
        }
    ]
}