Resume Analyser

Summarize information about resumes

Resume Analyserคืออะไร?

Resume Analyser เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Agency Enterprise และคุณลักษณะหลักของมันคือ "Summarize information about resumes"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Resume Analyser

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

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

                        Quickly find all relevant keywords in a resume and categorize them, allowing recruiters to make decisions way faster.                    

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

ชื่อ Resume Analyser Resume Analyser
ID elmcigdcojionkbdpfkdonjcpibmlmnc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/resume-analyser/elmcigdcojionkbdpfkdonjcpibmlmnc
คำอธิบาย Summarize information about resumes
ขนาดไฟล์ 207 KB
จำนวนการติดตั้ง 54
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2021-11-18
วันที่เผยแพร่ 2021-11-14
ผู้พัฒนา Agency Enterprise
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://ae.studio
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Resume Analyser",
    "description": "Summarize information about resumes",
    "version": "1.0.1",
    "action": {
        "default_popup": "index.html",
        "default_title": "Analyze"
    },
    "icons": {
        "16": "logo192.png",
        "48": "logo192.png",
        "128": "logo192.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/static\/js\/content.js"
            ]
        }
    ]
}