Leads Duck - LinkedIn made easy - Local

Automate your most of the work on LinkedIn

Leads Duck - LinkedIn made easy - Local là gì?

Leads Duck - LinkedIn made easy - Local là một tiện ích mở rộng Chrome được phát triển bởi brossardappdesign, và tính năng chính của nó là "Automate your most of the work on LinkedIn".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Leads Duck - LinkedIn made easy - Local

Tải xuống các tệp mở rộng Leads Duck - LinkedIn made easy - Local dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Leads Duck - LinkedIn made easy - Local Leads Duck - LinkedIn made easy - Local
ID nggfafecghkamhbcpcnoblcildgkjlnj
URL Chính Thức https://chromewebstore.google.com/detail/leads-duck-linkedin-made/nggfafecghkamhbcpcnoblcildgkjlnj
Mô tả Automate your most of the work on LinkedIn
Kích Thước Tệp 477 KB
Số Lần Cài Đặt 87
Phiên Bản Hiện Tại 1.2.5
Cập Nhật Lần Cuối 2020-02-09
Ngày Phát Hành 2020-02-09
Đánh Giá 4.50/5 Tổng số 8 Đánh Giá
Nhà Phát Triển brossardappdesign
Loại Thanh Toán free
Trang Web Mở Rộng https://leadsduck.com
URL Trang Trợ Giúp https://leadsduck.com/contact
URL Trang Chính Sách Bảo Mật https://leadsduck.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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\/*.*"
    ]
}