JobFiller - Autofill for Job Applications

Autofill job application forms conveniently with vital details like Email, First name, Last name, Country and much more.

JobFiller - Autofill for Job Applicationsคืออะไร?

JobFiller - Autofill for Job Applications เป็นส่วนขยายของ Chrome ที่พัฒนาโดย talhatahir4050 และคุณลักษณะหลักของมันคือ "Autofill job application forms conveniently with vital details like Email, First name, Last name, Country and much more."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย JobFiller - Autofill for Job Applications

ดาวน์โหลดไฟล์ส่วนขยาย JobFiller - Autofill for Job Applications ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        JobFiller is your ultimate companion for simplifying the job application process. Tired of filling out the same information on countless job application forms? Let JobFiller do the heavy lifting for you. This Chrome extension streamlines the job application process by automatically populating fields with your essential details.

Key Features:
🤓 Effortless Autofill: JobFiller intelligently autofills your job application forms with essential information such as Email, First Name, Last Name, Country, and more. Say goodbye to repetitive data entry.

⌚️Time Saver: With JobFiller, you can apply for jobs faster than ever. Spend less time on tedious form filling and more time on finding your dream job.

🔒Secure and Reliable: Rest assured, JobFiller takes your privacy seriously. Your data is stored locally to your browser and is only used to enhance your job application experience.

Don't let the job application process hold you back!
Install JobFiller today and enjoy a faster, more efficient job application form filling experience.


Permissions
- JobFiller requires this permission to be able to detect job application forms and auto-fill these forms. The permission will display a warning message: "Read and change all your data on the websites you visit”.
- Storage: This permission allows JobFiller to store data in your chrome storage locally.                    

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

ชื่อ JobFiller - Autofill for Job Applications JobFiller - Autofill for Job Applications
ID pjclfaplmlmplmdjnhpilgpnflnmdbdg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/jobfiller-autofill-for-jo/pjclfaplmlmplmdjnhpilgpnflnmdbdg
คำอธิบาย Autofill job application forms conveniently with vital details like Email, First name, Last name, Country and much more.
ขนาดไฟล์ 52.5 KB
จำนวนการติดตั้ง 56
เวอร์ชันปัจจุบัน 1.0.0.3
อัปเดตครั้งล่าสุด 2023-09-21
วันที่เผยแพร่ 2023-09-12
คะแนน 5.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา talhatahir4050
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "JobFiller - Autofill for Job Applications",
    "version": "1.0.0.3",
    "description": "Autofill job application forms conveniently with vital details like Email, First name, Last name, Country and much more.",
    "action": {
        "default_popup": "popup\/popup.html"
    },
    "options_page": "options\/options.html",
    "icons": {
        "48": "icons\/icon-48.png",
        "64": "icons\/icon-64.png",
        "96": "icons\/icon-96.png",
        "128": "icons\/icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/icon-128.png",
                "icons\/icon-512.png",
                "content.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/jobs.lever.co\/*",
                "https:\/\/boards.greenhouse.io\/*",
                "https:\/\/jobs.ashbyhq.com\/*application",
                "https:\/\/*.breezy.hr\/*apply",
                "https:\/\/*.recruitee.com\/*new",
                "https:\/\/apply.workable.com\/*apply\/",
                "https:\/\/jobs.jobvite.com\/*apply"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "scripts\/background.js"
    }
}