Smartr Job Search

Finally, a smarter way to organize and track your job search!

Smartr Job Searchคืออะไร?

Smartr Job Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.smartrecruiters.com และคุณลักษณะหลักของมันคือ "Finally, a smarter way to organize and track your job search!"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Smartr Job Search

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

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

                        The Smartr Job Search tool allows you to “collect” jobs from any company page or job board across the web. Once you apply to a job, organize and track progress in a central portal (and enjoy automated status updates if the job is powered by Smartr)! 

That’s right. Since this platform is also used by reputable businesses around the world to hire — like Bosch, H&M, Skechers, and Visa — you have the opportunity to see if your application has been viewed, if an interview has been scheduled, all the way to if you have received a job offer. Gain visibility into the process like never before.

Smartr powers Hiring Success
•  4,500+ businesses use the very same platform to attract, select, and hire
•  10 Million candidates hired so far and counting
•  FREE for you

Features
•  Save jobs easily from any site including company career pages, job boards, and aggregators
•  Save job posting details including URL, title, location, description, salary, and more
•  Pre-populated application profile info for easy apply
•  Kanban board to organize applications and track progress 
•  Take notes associated with your job search or specific jobs

For more information or help with the Smartr Job Search chrome extension, please contact [email protected].                    

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

ชื่อ Smartr Job Search Smartr Job Search
ID eipjgljlinemofjildgfjnpohegjhefk
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/smartr-job-search/eipjgljlinemofjildgfjnpohegjhefk
คำอธิบาย Finally, a smarter way to organize and track your job search!
ขนาดไฟล์ 534 KB
จำนวนการติดตั้ง 40,000
เวอร์ชันปัจจุบัน 2.0.1
อัปเดตครั้งล่าสุด 2021-07-27
วันที่เผยแพร่ 2021-03-29
คะแนน 3.35/5 รวมทั้งหมด 20 คะแนน
ผู้พัฒนา https://www.smartrecruiters.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.smartr.me
URL หน้านโยบายความเป็นส่วนตัว https://www.smartrecruiters.com/legal/candidate-privacy-policy/august-13-2020
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "SJS",
    "name": "Smartr Job Search",
    "description": "Finally, a smarter way to organize and track your job search!",
    "version": "2.0.1",
    "manifest_version": 2,
    "permissions": [
        "cookies",
        "*:\/\/*.smartrecruiters.com\/*"
    ],
    "browser_action": [],
    "content_security_policy": "script-src 'self' 'sha256-1' 'sha256-2' 'sha256-3' 'sha256-4'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "js": [
                ".\/static\/js\/main.1fefa3da.js"
            ],
            "css": [
                ".\/static\/css\/main.eac8fd27.css"
            ]
        }
    ],
    "icons": {
        "128": "sr-logo-128.png"
    },
    "web_accessible_resources": [
        "static\/media\/**",
        "locale\/**",
        ".\/static\/media\/cross.cc9845d3.png",
        ".\/static\/media\/gear.61fd411a.png",
        ".\/static\/media\/getFetch.d7d6010d.cjs",
        ".\/static\/media\/logo.25ba0f32.png",
        ".\/static\/media\/pin.31f7c7f2.png",
        ".\/static\/media\/plus.0f860aca.png",
        ".\/static\/media\/success-check-mark.dd21ef38.png",
        ".\/static\/media\/success-circle.e20498ab.png"
    ],
    "background": {
        "scripts": [
            ".\/background-static\/js\/background.main.9c6aa1089d8e3b000267.js"
        ]
    }
}