Leads Duck - LinkedIn made easy - Local

Automate your most of the work on LinkedIn

Leads Duck - LinkedIn made easy - Local란 무엇입니까?

Leads Duck - LinkedIn made easy - Local은(는) brossardappdesign에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automate your most of the work on LinkedIn"입니다.

확장 프로그램 스크린샷

screenshot

Leads Duck - LinkedIn made easy - Local 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Leads Duck is a powerful LinkedIn automation tool that allows you to collect, invite, auto message, export and endorse your contacts in LinkedIn.
Struggling to find the contact details of a prospective client?
With Leads Duck, emails and or contact number of a prospective lead is just a click away.                    

확장 프로그램 기본 정보

이름 Leads Duck - LinkedIn made easy - Local Leads Duck - LinkedIn made easy - Local
ID nggfafecghkamhbcpcnoblcildgkjlnj
공식 URL https://chromewebstore.google.com/detail/leads-duck-linkedin-made/nggfafecghkamhbcpcnoblcildgkjlnj
설명 Automate your most of the work on LinkedIn
파일 크기 477 KB
설치 횟수 87
현재 버전 1.2.5
최근 업데이트 2020-02-09
출시 날짜 2020-02-09
평점 4.50/5 총 8 개의 평점
개발자 brossardappdesign
결제 유형 free
확장 프로그램 웹 사이트 https://leadsduck.com
도움말 페이지 URL https://leadsduck.com/contact
개인정보 보호 정책 페이지 URL https://leadsduck.com/privacy
지원되는 언어 en
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "images\/icon-128.png",
            "16": "images\/icon-16.png",
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_popup": "html\/popup.html",
        "default_title": "Leads Duck"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "js\/sc_init.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/freegeoip.net https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Automate your most of the work on LinkedIn",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.linkedin.com\/*",
            "*:\/\/linkedin.com\/*"
        ]
    },
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png",
        "19": "images\/icon-19.png",
        "38": "images\/icon-38.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlagXspon4odTw2t5G2ig3zp4qQCUKfH\/WTTGci9vk\/FeRfU\/YeoiIf+h\/WC4l7eFznVOz7NuLjRuEYRGAWbZS3CG6oLe\/wlPjuscoOseqVOcZvueZ6CdA60A2uELxa2qohsC55zGc1P0+cdW\/8TYBYWDbNGrXsxrskSaBcMyhKMHCn7IZfw4x5YmbmFpXU8DfqzUbN5KFovj\/A6UW6X7Bc+5SUk811+O61SCY298A+X2oRPAhwIK9YPjxuD0w\/aQeeAUrk1irotVVNv3iapqiqAdr8RfaCwAzZKjIfSRlgcvNZa+Adj4akKXZr7jiz2lTaC0o+Bb\/ygmcGPLXJlaywIDAQAB",
    "manifest_version": 2,
    "name": "Leads Duck - LinkedIn made easy - Local",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "browsingData",
        "storage",
        "unlimitedStorage",
        "http:\/\/linkedin.com\/*",
        "https:\/\/linkedin.com\/*",
        "http:\/\/*.linkedin.com\/*",
        "https:\/\/*.linkedin.com\/*",
        "http:\/\/www.linkedin.com\/*",
        "https:\/\/www.linkedin.com\/*",
        "https:\/\/*.leadsduck.com\/*",
        "https:\/\/leadsduck.com\/*"
    ],
    "short_name": "Leads Duck Local",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.5",
    "web_accessible_resources": [
        "js\/sc_main.js",
        "\/js\/constants\/appconstants.js",
        "\/js\/constants\/messageconstants.js",
        "\/js\/utils\/lists.js",
        "\/js\/utils\/contacts.js",
        "\/js\/utils\/commonUtils.js",
        "\/js\/utils\/leads.js",
        "\/js\/utils\/auth.js",
        "js\/sc_search_external.js",
        "js\/app_start.js",
        "js\/storage\/storage_handler.js",
        "js\/autovisitor\/handler.js",
        "js\/connect\/handler.js",
        "js\/group_inviter\/handler.js",
        "js\/broadcast\/handler.js",
        "js\/endorse\/handler.js",
        "js\/search_feature\/handler.js",
        "js\/login\/login.js",
        "js\/utils\/viewUtils.js",
        "js\/utils\/viewBuilder.js",
        "styles\/sc_main.css",
        "styles\/sc_search_external.css",
        "styles\/montserrat.css",
        "images\/*.*"
    ]
}