Leads Duck - LinkedIn made easy - Local

Automate your most of the work on LinkedIn

Qu'est-ce que Leads Duck - LinkedIn made easy - Local ?

Leads Duck - LinkedIn made easy - Local est une extension Chrome développée par brossardappdesign, et sa fonction principale est "Automate your most of the work on LinkedIn".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Leads Duck - LinkedIn made easy - Local

Téléchargez les fichiers d'extension Leads Duck - LinkedIn made easy - Local au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Leads Duck - LinkedIn made easy - Local Leads Duck - LinkedIn made easy - Local
ID nggfafecghkamhbcpcnoblcildgkjlnj
URL Officiel https://chromewebstore.google.com/detail/leads-duck-linkedin-made/nggfafecghkamhbcpcnoblcildgkjlnj
Description Automate your most of the work on LinkedIn
Taille du Fichier 477 KB
Nombre d'Installations 87
Version Actuelle 1.2.5
Dernière Mise à Jour 2020-02-09
Date de Publication 2020-02-09
Évaluation 4.50/5 Total 8 Évaluations
Développeur brossardappdesign
Type de Paiement free
Site Web de l'Extension https://leadsduck.com
URL de la Page d'Aide https://leadsduck.com/contact
URL de la Page de Politique de Confidentialité https://leadsduck.com/privacy
Langues Prises en Charge 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\/*.*"
    ]
}