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\/*"
            ]
        }
    ]
}