eLink Pro LinkedIn Automation

Automation software that aids in daily prospecting for hundreds of leads, engagements and business connections.

Что такое eLink Pro LinkedIn Automation?

eLink Pro LinkedIn Automation - это расширение Chrome, разработанное http://www.elink-pro.com, и его основная функция - "Automation software that aids in daily prospecting for hundreds of leads, engagements and business connections.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения eLink Pro LinkedIn Automation

Скачайте файлы расширений eLink Pro LinkedIn Automation в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        eLink Pro Automation software is an exceptional LinkedIn™ sales support tool. eLink attracts and connects sales prospects to your LinkedIn™ profile, starting at the top of the sales funnels. eLink Pro quietly and professionally increases your network and successfully drives your online influence - turning your profile into a sales and lead gen magnet. 

MAIN FEATURES:

•Bulk Message your first level connections using campaigns
•Visits profiles automatically on a daily basis
•Schedule profile visits to be run at certain times
•Automate connection requests with messages and scheduled daily
•Works with business Plus & Sales Navigator™
•Up to 600 daily profile views
•Up to 100 connection requests weekly
•See who’s viewed your profile
•Automate Birthday and Celebration Messages
•Export details of profiles you’ve viewed in CSV format for easy import into CRM
•Create & save searches with unique criteria to run on schedule

eLink Pro also include an agency module for handling multiple client accounts PLUS you can scale your subscription using Lite or Pro versions of the extension.

eLink Pro allows you to work with multiple Linked-in accounts with a single eLink Pro license.                    

Основная информация о расширении

Название eLink Pro LinkedIn Automation eLink Pro LinkedIn Automation
ID canchandamihpkkopipjjmflijpbdcej
Официальный URL https://chrome.google.com/webstore/detail/elink-pro-linkedin-automa/canchandamihpkkopipjjmflijpbdcej
Описание Automation software that aids in daily prospecting for hundreds of leads, engagements and business connections.
Размер файла 6.61 MB
Количество установок 814
Текущая Версия 7.3.16
Последнее Обновление 2022-10-13
Дата публикации 2020-06-11
Рейтинг 4.60/5 Всего 55 оценок
Разработчик http://www.elink-pro.com
Электронная почта [email protected]
Тип оплаты in_app
Официальный сайт расширения http://elink-pro.com
URL страницы помощи http://elink-pro.com
URL страницы политики конфиденциальности https://elink-pro.com/privacy
Поддерживаемые языки en-US
manifest.json
{
    "manifest_version": 3,
    "background": {
        "service_worker": "main.js"
    },
    "action": {
        "default_icon": "icons\/icon-1500x1500.png",
        "default_popup": "default_popup.html",
        "default_title": "eLink Pro LinkedIn Automation"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "js\/jquery-3.1.1.min.js",
                "js\/plugins\/sweetalert2\/sweetalert2.min.js",
                "js\/plugins\/toastr\/toastr.min.js",
                "includes\/sn_content.js",
                "common.js",
                "searchresults.js"
            ],
            "css": [
                "css\/plugins\/sweetalert2\/sweetalert2.min.css"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*",
                "https:\/\/www.linkedin.com\/feed\/",
                "http:\/\/www.linkedin.com\/vsearch\/*",
                "https:\/\/www.linkedin.com\/vsearch\/*",
                "https:\/\/www.linkedin.com\/sales\/search*",
                "https:\/\/www.linkedin.com\/search\/*",
                "http:\/\/ww2.linkedin.com\/search*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "js\/jquery-3.1.1.min.js",
                "js\/plugins\/toastr\/toastr.min.js",
                "common.js",
                "includes\/profile_View_content.js"
            ],
            "css": [
                "css\/plugins\/sweetalert2\/sweetalert2.min.css"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/in\/*",
                "https:\/\/www.linkedin.com\/sales\/people\/*",
                "https:\/\/www.linkedin.com\/sales\/lead\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "js\/jquery-3.1.1.min.js",
                "includes\/xhr_content.js",
                "includes\/profile_view_iframe.js"
            ],
            "css": [
                "css\/plugins\/sweetalert2\/sweetalert2.min.css"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/in\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "js\/jquery-3.1.1.min.js",
                "js\/plugins\/toastr\/toastr.min.js",
                "common.js",
                "autoaccept.js"
            ],
            "css": [],
            "matches": [
                "https:\/\/www.linkedin.com\/people\/pymk\/hub*",
                "http:\/\/www.linkedin.com\/people\/pymk\/hub*",
                "https:\/\/www.linkedin.com\/mynetwork\/invitation-manager\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "js\/jquery-3.1.1.min.js",
                "js\/plugins\/toastr\/toastr.min.js",
                "common.js",
                "autoAcceptance.js"
            ],
            "css": [],
            "matches": [
                "https:\/\/www.linkedin.com\/mynetwork\/invite-connect\/connections\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": {
        "extension_page": "script-src 'self' 'wasm-unsafe-eval' 'https:\/\/www.linkedin.com'; object-src 'self'",
        "sandbox": "sandbox allow-scripts; script-src 'self' 'wasm-unsafe-eval' 'https:\/\/ssl.google-analytics.com' 'https:\/\/www.google-analytics.com\/analytics.js' 'https:\/\/js.stripe.com\/v2\/' 'https:\/\/cdn.rollbar.com\/rollbarjs\/refs\/tags\/v2.24.0\/rollbar.min.js'; object-src 'self'"
    },
    "description": "Automation software that aids in daily prospecting for hundreds of leads, engagements and business connections.",
    "homepage_url": "https:\/\/elink-pro.com",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon-1500x1500.png",
        "48": "icons\/icon48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzT8BprMzOin4ccFXyrt6CXwBL2aa0sZ5SYSsI9\/5CGQnCEb1iIiLgP6v1v8HM26NQmUS3eLNsvfepsGfJbGylo0pr8HLTMYrBGnWQeMj+XY7Ci00Y8d4My8vwFiEywk1goQy5Wmrl9r6ar2sD2YVyl3CVlAtfnXq8abIduRSSi7fNbrm8\/aH51HLPtXwXrqxCfj+yOQ9ll17aPVUR3uUaZeJdV6w2ufaUkbMmvsvOv945NT9cgcs0CUCQpWol9TuaKq0F2kpNE3bbeGUovnxy\/ijNM+atjZYNi7shVH9XPEnzek6d3unwFKDyYtxZhThVeCy8PQGML6spEJfE\/UrPwIDAQAB",
    "name": "eLink Pro LinkedIn Automation",
    "options_page": "login.html",
    "permissions": [
        "tabs",
        "notifications",
        "activeTab",
        "cookies",
        "webRequest",
        "alarms",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.linkedin.com\/*",
        "https:\/\/elink-pro.com\/*",
        "chrome-extension:\/\/canchandamihpkkopipjjmflijpbdcej\/*"
    ],
    "short_name": "eLink Pro",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "7.3.16",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "img\/*",
                "assets\/*",
                "icons\/*",
                "css\/*",
                "js\/*",
                "includes\/*"
            ]
        }
    ]
}