Lead Generator for LinkedIn

LinkedIn Lead Generator

Lead Generator for LinkedIn란 무엇입니까?

Lead Generator for LinkedIn은(는) http://www.makelinx.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "LinkedIn Lead Generator"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Lead Generator for LinkedIn 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                                            

확장 프로그램 기본 정보

이름 Lead Generator for LinkedIn Lead Generator for LinkedIn
ID fciibfeniljilngobgojnogjpiegdbnc
공식 URL https://chrome.google.com/webstore/detail/lead-generator-for-linked/fciibfeniljilngobgojnogjpiegdbnc
설명 LinkedIn Lead Generator
파일 크기 376 KB
설치 횟수 266
현재 버전 3.1.3
최근 업데이트 2018-06-14
출시 날짜 2018-06-14
평점 5.00/5 총 4 개의 평점
개발자 http://www.makelinx.com
결제 유형 free
도움말 페이지 URL http://www.makelinx.com/FAQ
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lead Generator for LinkedIn",
    "description": "LinkedIn Lead Generator",
    "version": "3.1.3",
    "permissions": [
        "http:\/\/www.linkedin.com\/*",
        "https:\/\/www.linkedin.com\/*",
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/in\/unavailable*"
            ],
            "js": [
                "lib\/jquery-1.9.1.js",
                "js\/constants.js",
                "js\/page_objects\/unavailable_page.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/search\/results\/index\/*",
                "https:\/\/www.linkedin.com\/search\/results\/people\/*"
            ],
            "js": [
                "lib\/jquery-1.9.1.js",
                "js\/constants.js",
                "js\/page_objects\/search_page_v2.js"
            ],
            "css": [
                "css\/page_objects\/search_page_v2.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/sales\/search*"
            ],
            "js": [
                "lib\/jquery-1.9.1.js",
                "js\/constants.js",
                "js\/page_objects\/sales_search_page_v2.js"
            ],
            "css": [
                "css\/page_objects\/search_page_v2.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/sales\/profile\/*",
                "https:\/\/www.linkedin.com\/sales\/people\/*"
            ],
            "js": [
                "lib\/jquery-1.9.1.js",
                "js\/constants.js",
                "js\/page_objects\/sales_profile_page_v2.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/search\/results\/index\/?*&ml=true",
                "https:\/\/www.linkedin.com\/search\/results\/people\/?*&ml=true"
            ],
            "js": [
                "lib\/jquery-1.9.1.js",
                "js\/constants.js",
                "js\/page_objects\/search_results_page_v2.js"
            ],
            "css": [
                "css\/page_objects\/search_page_v2.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/in\/*"
            ],
            "js": [
                "lib\/jquery-1.9.1.js",
                "js\/constants.js",
                "js\/page_objects\/profile_page_v2.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/profile\/edit?showSuggestedEndorsements=true&ml=true*"
            ],
            "js": [
                "lib\/jquery-1.9.1.js",
                "js\/constants.js",
                "js\/page_objects\/profile_edit_page.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "\/img\/128x128-icon.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/stats.pusher.com https:\/\/cdn.mxpnl.com https:\/\/fonts.googleapis.com https:\/\/netdna.bootstrapcdn.com; object-src 'self'",
    "background": {
        "scripts": [
            "lib\/jquery-1.9.1.js",
            "lib\/moment.js",
            "lib\/moment-timezone-with-data.min.js",
            "js\/constants.js",
            "lib\/pusher.min.js",
            "background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "scripts\/*",
        "js\/*",
        "css\/*",
        "lib\/*",
        "img\/*"
    ],
    "icons": {
        "32": "img\/50x50-icon.png",
        "96": "img\/128x128-icon.png"
    }
}