LinkedIn Finder

Powerful LinkedIn Profile Search Shortcut for Facebook and MeetUp users! Optimize your time, productivity and expand connections.

Τι είναι το LinkedIn Finder;

Το LinkedIn Finder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον helmarluizjr, και η κύρια λειτουργία του είναι "Powerful LinkedIn Profile Search Shortcut for Facebook and MeetUp users! Optimize your time, productivity and expand connections.".

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

screenshot
screenshot
screenshot

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

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

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

                        Focusing on optimizing LinkedIn Users’ time and productivity, combined with better prospecting, we built LinkedIn Finder. Expand your LinkedIn Connections and find any person with one click.


From FB and MeetUp interface, we present a one-click function to easily find users, from a segment, on LinkedIn. Now, you can connect with people with the same interest, members from the same groups or even nearby you.                    

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

Όνομα LinkedIn Finder LinkedIn Finder
ID paoenkdapheefbfbkjhfeodpjfmfeehg
Επίσημο URL https://chrome.google.com/webstore/detail/linkedin-finder/paoenkdapheefbfbkjhfeodpjfmfeehg
Περιγραφή Powerful LinkedIn Profile Search Shortcut for Facebook and MeetUp users! Optimize your time, productivity and expand connections.
Μέγεθος Αρχείου 29.67 KB
Αριθμός Εγκαταστάσεων 51
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2021-01-01
Ημερομηνία Δημοσίευσης 2020-12-31
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής helmarluizjr
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LinkedIn Finder",
    "version": "1.0.1",
    "description": "Powerful LinkedIn Profile Search Shortcut for Facebook and MeetUp users! Optimize your time, productivity and expand connections.",
    "content_scripts": [
        {
            "js": [
                "assets\/content-e0a4c960.js"
            ],
            "matches": [
                "*:\/\/*.meetup.com\/*",
                "*:\/\/*.facebook.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "permissions": [],
    "web_accessible_resources": [
        "content.js"
    ]
}