LinkedIn Finder

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

Qu'est-ce que LinkedIn Finder ?

LinkedIn Finder est une extension Chrome développée par helmarluizjr, et sa fonction principale est "Powerful LinkedIn Profile Search Shortcut for Facebook and MeetUp users! Optimize your time, productivity and expand connections.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension LinkedIn Finder

Téléchargez les fichiers d'extension LinkedIn Finder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom LinkedIn Finder LinkedIn Finder
ID paoenkdapheefbfbkjhfeodpjfmfeehg
URL Officiel https://chrome.google.com/webstore/detail/linkedin-finder/paoenkdapheefbfbkjhfeodpjfmfeehg
Description Powerful LinkedIn Profile Search Shortcut for Facebook and MeetUp users! Optimize your time, productivity and expand connections.
Taille du Fichier 29.67 KB
Nombre d'Installations 51
Version Actuelle 1.0.1
Dernière Mise à Jour 2021-01-01
Date de Publication 2020-12-31
Évaluation 5.00/5 Total 1 Évaluations
Développeur helmarluizjr
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}