Prentus Job Search Tracker & Auto-Fill

Track your jobs. Automatically fill out applications with a single profile. Land your dream job 2x faster.

Prentus Job Search Tracker & Auto-Fillคืออะไร?

Prentus Job Search Tracker & Auto-Fill เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://prentus.co และคุณลักษณะหลักของมันคือ "Track your jobs. Automatically fill out applications with a single profile. Land your dream job 2x faster."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Prentus Job Search Tracker & Auto-Fill

ดาวน์โหลดไฟล์ส่วนขยาย Prentus Job Search Tracker & Auto-Fill ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The job search sucks. Prentus makes it fun.

Smart job seekers use our extension to track and accelerate the job search. You can keep track of interesting jobs, applications, interviews, and more in one place. That helps you get accurate job search statistics like your Interview Rate and makes sure you don't miss anything important.

🆕 AUTO-FILL JOB APPLICATIONS
Stop typing in your entire resume for every job application. With Prentus, you enter your info ONCE and then you can automatically fill in job applications with a click.

Pull in professional experience, education, links, and more into almost any job form. That includes Workday, Lever, Breezy, Greenhouse, Jobvite, and more!

📑 TRACK EVERY JOB
When you apply to 100+ jobs, there's A LOT to keep track of. Luckily, you can click the Prentus tab on any job site to keep track of details on your jobs. 

The job description, salary, location, title, and more will be automatically pulled in on most major sites like LinkedIn, Indeed, ZipRecruiter, etc. If you find a site that doesn't automatically pull in details, message us and we will add it within 1 week GUARANTEED!

Once saved to your Job Tracker in Prentus, you can add even more details like automated reminders for thank you emails, notes on your interactions, and every interview you have along the way. You can even unlock the Connections tab which shows you who in Prentus can connect you to the hiring manager.

Any tracked job also benefits from our suite of AI tools which help you become a top 1% applicant every time. Generate tailored resumes, cover letters, and interview questions based on the job description - all with one click. 

🔗 Sign up for a FREE account at https://app.prentus.co/signup/member
📧 Need support? Email us at [email protected] or chat with us on our website https://prentus.co

📚 LEARN MORE
Website: https://prentus.co
Rod Danan (Founder) LinkedIn: https://linkedin.com/in/rodhdanan
Prentus LinkedIn: https://linkedin.com/company/prentus
Prentus Podcast (Booting Up): https://bootinguppodcast.com                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Prentus Job Search Tracker & Auto-Fill Prentus Job Search Tracker & Auto-Fill
ID ennpkannelepddoomheofppcbnnlnoop
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/prentus-job-search-tracke/ennpkannelepddoomheofppcbnnlnoop
คำอธิบาย Track your jobs. Automatically fill out applications with a single profile. Land your dream job 2x faster.
ขนาดไฟล์ 776 KB
จำนวนการติดตั้ง 2,298
เวอร์ชันปัจจุบัน 2.5.5
อัปเดตครั้งล่าสุด 2024-02-14
วันที่เผยแพร่ 2021-08-02
คะแนน 4.78/5 รวมทั้งหมด 18 คะแนน
ผู้พัฒนา https://prentus.co
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://prentus.co
URL หน้าช่วยเหลือ https://prentus.co
URL หน้านโยบายความเป็นส่วนตัว https://prentus.co/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Prentus Job Search Tracker & Auto-Fill",
    "description": "Track your jobs. Automatically fill out applications with a single profile. Land your dream job 2x faster.",
    "version": "2.5.5",
    "manifest_version": 3,
    "background": {
        "service_worker": "js\/sw.js"
    },
    "action": {
        "default_title": "Click to open\/close Prentus Job Search Tracker"
    },
    "icons": {
        "16": "img\/16.png",
        "32": "img\/32.png",
        "48": "img\/48.png",
        "64": "img\/64.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/jquery-3.6.1.min.js",
                "js\/jquery-ui.min.js",
                "js\/content.js",
                "js\/frame.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "js\/frame.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "app.html",
                "img\/*"
            ]
        }
    ],
    "host_permissions": [
        ""
    ],
    "permissions": [
        "storage",
        "scripting",
        "cookies"
    ]
}