Linked Out - Free Lead Generator

Scrape LinkedIn for user`s Email, Twitter handle and Website

Τι είναι το Linked Out - Free Lead Generator;

Το Linked Out - Free Lead Generator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον johnny, και η κύρια λειτουργία του είναι "Scrape LinkedIn for user`s Email, Twitter handle and Website".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Linked Out - Free Lead Generator

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

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

                        This extension lets you collect users Information from the search results in LinkedIn.
You can get Email, Twitter handle and website links from thousands of users in minutes.                    

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

Όνομα Linked Out - Free Lead Generator Linked Out - Free Lead Generator
ID mjembdcjnmkknecjcjjkpolikkcgbmfk
Επίσημο URL https://chromewebstore.google.com/detail/linked-out-free-lead-gene/mjembdcjnmkknecjcjjkpolikkcgbmfk
Περιγραφή Scrape LinkedIn for user`s Email, Twitter handle and Website
Μέγεθος Αρχείου 513 KB
Αριθμός Εγκαταστάσεων 17
Τρέχουσα Έκδοση 1.0.5
Τελευταία Ενημέρωση 2020-07-17
Ημερομηνία Δημοσίευσης 2020-06-28
Αξιολόγηση 3.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής johnny
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Linked Out - Free Lead Generator",
    "description": "Scrape LinkedIn for user`s Email, Twitter handle and Website",
    "manifest_version": 2,
    "version": "1.0.5",
    "icons": {
        "128": "icons\/icon_new.png"
    },
    "background": {
        "scripts": [
            "lib\/jquery.min.js",
            "background\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon_new.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "lib\/jquery.min.js",
                "lib\/xlsx.min.js",
                "lib\/filesaver.min.js",
                "lib\/cookie.js",
                "content\/content.js"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "run_at": "document_end"
        }
    ]
}