RecruiterExtension

This is a sample extension that works to help recruiting

RecruiterExtensionคืออะไร?

RecruiterExtension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย suket.s16 และคุณลักษณะหลักของมันคือ "This is a sample extension that works to help recruiting"

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

screenshot

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

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

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

                        RecruiterPlus aims to automate the recruiting practice. By integrating with Linkedin XRay, this chrome extension provides high quality and accurate recommendations for people one should reach out to in order to get their next big job. 

Features
 - Automatically find potential future connections for a role
 - Have personalized search results based on your experience 
 - Completely Free                    

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

ชื่อ RecruiterExtension RecruiterExtension
ID gpeeahfkpkinldndkiihnjgpegiccgcc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/recruiterextension/gpeeahfkpkinldndkiihnjgpegiccgcc
คำอธิบาย This is a sample extension that works to help recruiting
ขนาดไฟล์ 270 KB
จำนวนการติดตั้ง 24
เวอร์ชันปัจจุบัน 5.0.4
อัปเดตครั้งล่าสุด 2023-03-02
วันที่เผยแพร่ 2023-03-01
ผู้พัฒนา suket.s16
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "This is a sample extension that works to help recruiting",
    "version": "5.0.4",
    "manifest_version": 3,
    "name": "RecruiterExtension",
    "options_page": "options.html",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ]
}