Plugin for ATS

A chrome extension for adding candidates to ATS

Plugin for ATSคืออะไร?

Plugin for ATS เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nalgoo และคุณลักษณะหลักของมันคือ "A chrome extension for adding candidates to ATS"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        The LinkedIN plugin is a functionality that allows you to efficiently and quickly create profiles of candidates in the system. Once you are logged into LinkedIN, you can start searching for desired candidates.
If you have found a candidate you like, you can upload CV through the plugin to the system.
Once the resume is uploaded, all information about the candidate will be automatically added to the candidate's profile in the Nalgoo ATS system. The LinkedIN plugin will show you if candidates are already in your database, helping you prevent uneccessary duplicate profiles. Additionally, the LinkedIN plugin also offers an activity overview and recruitment history for each candidate.
The plugin can also be used to send messages to candidates and ask them for GDPR consent, which thanks to pre-made templates can be easily personalized.                    

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

ชื่อ Plugin for ATS Plugin for ATS
ID klkjfnnelhikpkdijflnlakplonohpoo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/plugin-for-ats/klkjfnnelhikpkdijflnlakplonohpoo
คำอธิบาย A chrome extension for adding candidates to ATS
ขนาดไฟล์ 562 KB
จำนวนการติดตั้ง 283
เวอร์ชันปัจจุบัน 1.10
อัปเดตครั้งล่าสุด 2024-02-28
วันที่เผยแพร่ 2023-02-22
ผู้พัฒนา Nalgoo
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,sk,cs
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A chrome extension for adding candidates to ATS",
    "version": "1.10",
    "manifest_version": 3,
    "name": "Plugin for ATS",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "default_locale": "en",
    "action": {
        "default_icon": "nalgoo-34.png"
    },
    "icons": {
        "34": "nalgoo-34.png",
        "128": "nalgoo-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "devtools_page": "devtools.html",
    "permissions": [
        "storage",
        "tabs",
        "unlimitedStorage"
    ]
}