ProTop

Extension for visiting linkedin profiles for enhanced engagement from target profiles

Τι είναι το ProTop;

Το ProTop είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://protop.co, και η κύρια λειτουργία του είναι "Extension for visiting linkedin profiles for enhanced engagement from target profiles".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης ProTop

Λήψη αρχείων επέκτασης ProTop σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        ProTop is smart LinkedIn autovisit extension. 
It allows users to visit profiles automatically that are found by user input search. 
As a result it provides more users to visit your profile back and get engagement and your profile ranking higher, use ProTop on AutoPilot.

You can try it via signing up for trial plan via our website. 

If you have more questions you can contact us via [email protected] 
For more information you can review out FAQ https://protop.co/faq 

1.1.0 Update: Auto Endorse feature is added for 1st linkedIn connections
1.2.0 Added Several premium and basic tier options:
       - ability to download all visited profiles into CSV file
       - ability to change visited profiles data from 30 to 90 days
      -  ability to autovstart ProTop on daily basis at setup hours
1.2.1, 1.2.2 , 1.2.3 Visual fixes on protop popup
1.2.4 Added option in settings: Ability to skip already visited profiles
1.2.5 Autoscroll adjustment in order to visit all profiles
1.3.0 Adjustments of project stability as per LinkedIn UI updates. 
1.3.2 Fixed popup windows issue and daily limits issue
1.3.3 Youtube video added and some adjustments to extension
1.4.2 Fixed usability for first application start, use. Removed UI limitations for LinkedIn update.
1.4.3 Fixed on recent LinkedIn updates on popups.

Get more leads on Autopilot                    

Βασικές Πληροφορίες Επέκτασης

Όνομα ProTop ProTop
ID lbkicmnakkihhpekbhlonfgihjojkolo
Επίσημο URL https://chrome.google.com/webstore/detail/protop/lbkicmnakkihhpekbhlonfgihjojkolo
Περιγραφή Extension for visiting linkedin profiles for enhanced engagement from target profiles
Μέγεθος Αρχείου 65.55 KB
Αριθμός Εγκαταστάσεων 741
Τρέχουσα Έκδοση 1.4.4
Τελευταία Ενημέρωση 2019-04-03
Ημερομηνία Δημοσίευσης 2019-04-03
Αξιολόγηση 3.33/5 Συνολικά 9 Αξιολογήσεις
Προγραμματιστής https://protop.co
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://protop.co
Διεύθυνση URL της Σελίδας Βοήθειας https://protop.co/faq
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "PropTop"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "jquery-3.1.0.min.js",
                "main.js"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/vsearch\/*",
                "https:\/\/www.linkedin.com\/*"
            ]
        }
    ],
    "description": "Extension for visiting linkedin profiles for enhanced engagement from target profiles",
    "devtools_page": "devtools.html",
    "homepage_url": "https:\/\/protop.co",
    "icons": {
        "128": "icon-128.png",
        "16": "icon.png",
        "48": "icon.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtIeL8HeztvMHBHYo1QBVl4DBW5TkH\/ZxFV\/V5wOhkRjPnfl9ijaq2eELQlqccR+Z8STCzGWG7UYNfeaKwVZcJuyfc82Y7V3rt7DEQL\/z3uaBxlVNCZ6uspPbp3pL02j4d9GgMXgQ+Tp2wLZKJOuw3e01EJOrF1yaYIOhFnnfharz1sBgoP+YhxyoLrF6fZiUUCeHN64kWTJpHcZXGRvhLmk3wc5fSYNPXY4uzDdmpuMfLpKXK53Ra0i8yzp\/I1s9U7VxJI4THudaGI\/nu8kLX3lw54LkGG7nIyqa\/Qc10LDBZbnTv4Kz6gflQD3MKeDVnhVozsb\/nH62STAj\/Tlb0QIDAQAB",
    "manifest_version": 2,
    "name": "ProTop",
    "options_page": "settings.html",
    "permissions": [
        "activeTab",
        "alarms",
        "contextMenus",
        "file:\/\/\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "https:\/\/www.linkedin.com\/search\/results*",
        "https:\/\/www.linkedin.com\/vsearch\/*",
        "idle",
        "storage",
        "tabs",
        "unlimitedStorage",
        "webRequest",
        "webRequestBlocking"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.4.4",
    "web_accessible_resources": [
        "Resourse\/loading.gif"
    ]
}