LinkedIn Finder
Powerful LinkedIn Profile Search Shortcut for Facebook and MeetUp users! Optimize your time, productivity and expand connections.
Was ist LinkedIn Finder?
LinkedIn Finder ist eine Chrome-Erweiterung, die von helmarluizjr entwickelt wurde, und ihr Hauptmerkmal ist "Powerful LinkedIn Profile Search Shortcut for Facebook and MeetUp users! Optimize your time, productivity and expand connections.".
Erweiterungsscreenshots
LinkedIn Finder-Erweiterungs-CRX-Datei herunterladen
Laden Sie LinkedIn Finder-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | paoenkdapheefbfbkjhfeodpjfmfeehg |
Offizielle URL | https://chrome.google.com/webstore/detail/linkedin-finder/paoenkdapheefbfbkjhfeodpjfmfeehg |
Beschreibung | Powerful LinkedIn Profile Search Shortcut for Facebook and MeetUp users! Optimize your time, productivity and expand connections. |
Dateigröße | 29.67 KB |
Installationsanzahl | 51 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2021-01-01 |
Veröffentlichungsdatum | 2020-12-31 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | helmarluizjr |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |