LinkedIn Finder
Powerful LinkedIn Profile Search Shortcut for Facebook and MeetUp users! Optimize your time, productivity and expand connections.
¿Qué es LinkedIn Finder?
LinkedIn Finder es una extensión de Chrome desarrollada por helmarluizjr, y su función principal es "Powerful LinkedIn Profile Search Shortcut for Facebook and MeetUp users! Optimize your time, productivity and expand connections.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión LinkedIn Finder
Descarga archivos de extensión LinkedIn Finder en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | paoenkdapheefbfbkjhfeodpjfmfeehg |
URL Oficial | https://chrome.google.com/webstore/detail/linkedin-finder/paoenkdapheefbfbkjhfeodpjfmfeehg |
Descripción | Powerful LinkedIn Profile Search Shortcut for Facebook and MeetUp users! Optimize your time, productivity and expand connections. |
Tamaño del Archivo | 29.67 KB |
Cantidad de Instalaciones | 51 |
Versión Actual | 1.0.1 |
Última Actualización | 2021-01-01 |
Fecha de Publicación | 2020-12-31 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | helmarluizjr |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |