Elvium for Recruiters

Import Linkedin profiles to Elvium.

Elvium for Recruitersคืออะไร?

Elvium for Recruiters เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Elvium และคุณลักษณะหลักของมันคือ "Import Linkedin profiles to Elvium."

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

screenshot

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

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

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

                        Use Elvium for Recruiters to quickly and easily add public Linkedin profile data to your Elvium account.                    

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

ชื่อ Elvium for Recruiters Elvium for Recruiters
ID fohkihlbckjobkjhmgpaaoaiepipnhno
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/elvium-for-recruiters/fohkihlbckjobkjhmgpaaoaiepipnhno
คำอธิบาย Import Linkedin profiles to Elvium.
ขนาดไฟล์ 147 KB
จำนวนการติดตั้ง 95
เวอร์ชันปัจจุบัน 1.10
อัปเดตครั้งล่าสุด 2024-01-12
วันที่เผยแพร่ 2021-10-20
ผู้พัฒนา Elvium
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://app.elvium.com
URL หน้านโยบายความเป็นส่วนตัว https://elvium.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "name": "Elvium for Recruiters",
    "description": "Import Linkedin profiles to Elvium.",
    "version": "1.10",
    "manifest_version": 3,
    "icons": {
        "128": "icons\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "preparePage.js",
                "events.js",
                "utilities.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*.elvium.com\/*",
        "*:\/\/elvium.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}