Leads Duck - LinkedIn made easy - Local

Automate your most of the work on LinkedIn

What is Leads Duck - LinkedIn made easy - Local?

Leads Duck - LinkedIn made easy - Local is a Chrome extension developed by brossardappdesign, and its main feature is "Automate your most of the work on LinkedIn".

Extension Screenshots

screenshot

Download Leads Duck - LinkedIn made easy - Local Extension CRX File

Download Leads Duck - LinkedIn made easy - Local extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Leads Duck - LinkedIn made easy - Local Leads Duck - LinkedIn made easy - Local
ID nggfafecghkamhbcpcnoblcildgkjlnj
Official URL https://chromewebstore.google.com/detail/leads-duck-linkedin-made/nggfafecghkamhbcpcnoblcildgkjlnj
Description Automate your most of the work on LinkedIn
File Size 477 KB
Installation Count 87
Current Version 1.2.5
Last Updated 2020-02-09
Publish Date 2020-02-09
Rating 4.50/5 Total 8 Ratings
Developer brossardappdesign
Payment Type free
Extension Website https://leadsduck.com
Help Page URL https://leadsduck.com/contact
Privacy Policy Page URL https://leadsduck.com/privacy
Supported Languages 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\/*.*"
    ]
}