List2Run - find email or phone number

List2Run is grate way to find contact information in linkedin

List2Run - find email or phone number란 무엇입니까?

List2Run - find email or phone number은(는) http://l2run.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "List2Run is grate way to find contact information in linkedin"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

List2Run - find email or phone number 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        List2Run is a great way to find contact information in Linkedin. 
* Let’s you find verified up to date email addresses, phones, social networks for Linkedin profiles 
* Find contact details for up to 100,000 profiles at a time.

List2Run is free extension:
- 50 free monthly contact credits for business accounts!
- 2 days free for testing extension
- One credit allows to find email and phone numbers for one contact person

Why List2Run?
- All the details are searched and verified in real-time.
- Search for contacts by the list of company employees
- Getting contacts from users who liked or commented 
- Get user contacts
- Contact list management

Who is it for?
- Recruitment professionals
- Sales & business development
- Marketing

Website: l2run.com                    

확장 프로그램 기본 정보

이름 List2Run - find email or phone number List2Run - find email or phone number
ID ldibillihohifmgdbadihjllgnefmeen
공식 URL https://chrome.google.com/webstore/detail/list2run-find-email-or-ph/ldibillihohifmgdbadihjllgnefmeen
설명 List2Run is grate way to find contact information in linkedin
파일 크기 1.45 MB
설치 횟수 59
현재 버전 5.0
최근 업데이트 2022-02-17
출시 날짜 2022-02-15
개발자 http://l2run.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://l2run.com
도움말 페이지 URL https://l2run.com/contact
개인정보 보호 정책 페이지 URL https://invaderchat.com/privacypolicy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "List2Run - find email or phone number",
    "version": "5.0",
    "description": "List2Run is grate way to find contact information in linkedin",
    "permissions": [
        "tabs",
        "*:\/\/*.linkedin.com\/*",
        "https:\/\/www.google-analytics.com\/",
        "*:\/\/*.l2run.com\/*",
        "*:\/\/*.googleapis.com\/*"
    ],
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/cookie.js",
            "background.js"
        ]
    },
    "chrome_settings_overrides": {
        "homepage": "https:\/\/l2run.com\/"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "23",
    "icons": {
        "16": "images\/ic_l2run.png",
        "48": "images\/ic_l2run.png",
        "128": "images\/ic_l2run.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "css": [
                "css\/css.css",
                "linkedin\/css.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/canvas-to-blob.js",
                "js\/cookie.js",
                "linkedin\/js.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/l2run.com\/; object-src 'self'",
    "page_action": {
        "default_icon": {
            "16": "images\/ic_l2run16.png",
            "24": "images\/ic_l2run24.png",
            "32": "images\/ic_l2run32.png"
        },
        "default_title": "List2Run"
    },
    "web_accessible_resources": [
        "fonts\/*",
        "images\/*",
        "js\/country.js",
        "audio\/*",
        "css\/css.css"
    ]
}