Leads Duck - LinkedIn made easy - Local

Automate your most of the work on LinkedIn

Wat is Leads Duck - LinkedIn made easy - Local?

Leads Duck - LinkedIn made easy - Local is een Chrome-extensie ontwikkeld door brossardappdesign, en de belangrijkste functie is "Automate your most of the work on LinkedIn".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Leads Duck - LinkedIn made easy - Local

Download Leads Duck - LinkedIn made easy - Local-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Leads Duck - LinkedIn made easy - Local Leads Duck - LinkedIn made easy - Local
ID nggfafecghkamhbcpcnoblcildgkjlnj
Officiële URL https://chromewebstore.google.com/detail/leads-duck-linkedin-made/nggfafecghkamhbcpcnoblcildgkjlnj
Beschrijving Automate your most of the work on LinkedIn
Bestandsgrootte 477 KB
Aantal Installaties 87
Huidige Versie 1.2.5
Laatst Bijgewerkt 2020-02-09
Publicatiedatum 2020-02-09
Beoordeling 4.50/5 Totaal 8 Beoordelingen
Ontwikkelaar brossardappdesign
Betalingswijze free
Extensiewebsite https://leadsduck.com
Help Pagina-URL https://leadsduck.com/contact
URL van de Privacybeleid Pagina https://leadsduck.com/privacy
Ondersteunde Talen 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\/*.*"
    ]
}