JobSeer: Accelerate your job search

Know your resume-job match in seconds and get referred by internal employees.

JobSeer: Accelerate your job searchคืออะไร?

JobSeer: Accelerate your job search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://jobseer.ai และคุณลักษณะหลักของมันคือ "Know your resume-job match in seconds and get referred by internal employees."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย JobSeer: Accelerate your job search

ดาวน์โหลดไฟล์ส่วนขยาย JobSeer: Accelerate your job search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Apply for jobs smarter, not harder. 

JobSeer is a free AI-powered job search tool built for you to accelerate your job search process and get hired faster. 

With JobSeer you can:
💯 Get instant score-based match with your resume and given job description to ensure your resume gets pass ATS keyword bots.
🧞‍♂️ Get an employee referral to increase your chance to get the job.
👀 Get suitable and personalized job lists based on your experience, preferences, and qualifications. 
🎯 Get up-to-date visa sponsorship information and opportunities integrated from the US immigration department.
💪 Get quality career-related answers from JobSeer user base and network to prepare for your next new opportunity. 
📈 Collect clear and in-depth company information before heading for your next interview. 
☕️ Get an easier life 🛶

Everyone was a job seeker once in their life time and we know how tough job search could be especially with today's competitive market. After extensive research on how companies hire for talent, we designed and built JobSeer to help lessen the stress and frustrations job seekers face during the job search process and utilize our knowledge to build a tool that gives the power back in job seekers' hands. 

Add JobSeer to your extension bar and start applying smarter today.                    

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

ชื่อ JobSeer: Accelerate your job search JobSeer: Accelerate your job search
ID fgmojdlldojifnjgpnhmfdchbiapfjhb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/jobseer-accelerate-your-j/fgmojdlldojifnjgpnhmfdchbiapfjhb
คำอธิบาย Know your resume-job match in seconds and get referred by internal employees.
ขนาดไฟล์ 2.06 MB
จำนวนการติดตั้ง 15,054
เวอร์ชันปัจจุบัน 1.2.1
อัปเดตครั้งล่าสุด 2021-11-21
วันที่เผยแพร่ 2021-01-20
คะแนน 3.91/5 รวมทั้งหมด 23 คะแนน
ผู้พัฒนา http://jobseer.ai
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://jobseer.ai
URL หน้าช่วยเหลือ https://community.jobseer.ai/topics/3615418
URL หน้านโยบายความเป็นส่วนตัว https://app.hiretual.com/policies/generalpolicy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JobSeer: Accelerate your job search",
    "version": "1.2.1",
    "description": "Know your resume-job match in seconds and get referred by internal employees.",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": [],
    "icons": {
        "16": "images\/icons\/icon_16.png",
        "48": "images\/icons\/icon_48.png",
        "128": "images\/icons\/icon_128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "js": [
                "js\/contentContainer.js"
            ],
            "css": [
                "css\/contentContainer.css"
            ]
        }
    ],
    "permissions": [
        "cookies",
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/jobseer.testhtm.com\/*",
            "*:\/\/jobseer.ai\/*"
        ]
    },
    "web_accessible_resources": [
        "images\/*",
        "font\/*",
        "media\/*",
        "videos\/*",
        "index.html",
        "js\/*",
        "css\/*"
    ],
    "manifest_version": 2
}