Leonar

Automation tool 100% dedicated to talent sourcing

Leonar란 무엇입니까?

Leonar은(는) https://leonar.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automation tool 100% dedicated to talent sourcing"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Leonar 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Leonar makes outbound recruiting easy!
Find and reach to talents faster than ever thanks to automation and AI.

How does it work?
1/ Import potential leads from Linkedin Recruiter or Sales Navigator.
2/ Identify the right talents within seconds using our advanced filters and scoring features.
3/ Personalize LinkedIn messages and emails at scale. Launch powerful message sequences that combine multiple channels and follow-ups to double your response rate.
4/ Benefit from our centralized, multichannel inbox to keep track of all your recruiting processes as a team.
5/ Integrate with your ATS.

Start a free trial now : www.leonar.app                    

확장 프로그램 기본 정보

이름 Leonar Leonar
ID encdnggcljehecoihhkmcpogdhhllkjg
공식 URL https://chromewebstore.google.com/detail/leonar/encdnggcljehecoihhkmcpogdhhllkjg
설명 Automation tool 100% dedicated to talent sourcing
파일 크기 153 KB
설치 횟수 381
현재 버전 3.20
최근 업데이트 2024-02-16
출시 날짜 2023-06-27
평점 5.00/5 총 7 개의 평점
개발자 https://leonar.app
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.leonar.app
개인정보 보호 정책 페이지 URL http://leonar.app/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Leonar",
    "description": "Automation tool 100% dedicated to talent sourcing",
    "version": "3.20",
    "manifest_version": 3,
    "background": {
        "service_worker": "background_wrapper.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "cookies",
        "alarms",
        "management",
        "cookies",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/www.linkedin.com\/",
        "*:\/\/*.linkedin.com\/",
        "*:\/\/leonar.app\/",
        "*:\/\/dashboard.leonar.app\/",
        "https:\/\/.dashboard.leonar.app\/",
        "https:\/\/.leonar.app\/",
        "*:\/\/t2o8bchsh6.execute-api.eu-west-1.amazonaws.com\/*",
        "https:\/\/www.crunchbase.com\/*"
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "\/images\/logo16.png",
            "32": "\/images\/logo32.png",
            "48": "\/images\/logo48.png",
            "128": "\/images\/logo128.png"
        }
    },
    "icons": {
        "16": "\/images\/logo16.png",
        "32": "\/images\/logo32.png",
        "48": "\/images\/logo48.png",
        "128": "\/images\/logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/talent*",
                "https:\/\/www.linkedin.com\/sales\/*",
                "https:\/\/www.linkedin.com\/search\/*"
            ],
            "js": [
                "scripts\/contentScript.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/in\/*"
            ],
            "js": [
                "scripts\/contentScript_in.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/dashboard.leonar.app\/campaigns*",
                "https:\/\/dashboard.leonar.app\/version-test\/campaigns*"
            ],
            "js": [
                "scripts\/leonarContentScript.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "scripts\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "options_page": "options.html",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnjZpHAtDbW6ldD7wD60ZTnEKpDkj9s3qj8Rk2F52PjnuIzBT\/S55rjuLngJ9UoBE0i\/9ht3fS+MWq8et\/4Wpl1JJC3CCZVyoEzTLo0nLaKIjV6L8TaCQ\/XO\/mVpAZf2FIWHwXXFi3a7ESqjb5Ci2fP441yZkS4+Hajyq4\/r5\/257rqOOVpnk72dx2XcOXVH\/HwUFvA+SxhSsNq1T0j0n2cMRmeBP88OVQeucjEAnXxuIZwj2n9e1Up83mksd4VXhJnL+g7hkaUBF5YVZ6H327Zeg0jUAkNlp8yWsexWD\/jw4t1aU\/M2GblpwDSUY4zlR0QPjCbL21RtXBRK7EabGDwIDAQAB",
    "content_security_policy": {
        "extension_pages": "script-src 'self';  object-src 'self'"
    }
}