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是由http://www.elink-pro.com開發的Chrome擴展程式,該擴展的主要功能是“Automation software that aids in daily prospecting for hundreds of leads, engagements and business connections.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載eLink Pro LinkedIn Automation擴展crx文件

下載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
官方網址 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\/*"
            ]
        }
    ]
}