Elvium for Recruiters

Import Linkedin profiles to Elvium.

Elvium for Recruiters란 무엇입니까?

Elvium for Recruiters은(는) Elvium에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Import Linkedin profiles to Elvium."입니다.

확장 프로그램 스크린샷

screenshot

Elvium for Recruiters 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}