inrich - Add context to LinkedIn
Add to LinkedIn the missing feature power users dreamed of: adding YOUR personal info to any profile page. For free.
¿Qué es inrich - Add context to LinkedIn?
inrich - Add context to LinkedIn es una extensión de Chrome desarrollada por inrich, y su función principal es "Add to LinkedIn the missing feature power users dreamed of: adding YOUR personal info to any profile page. For free.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión inrich - Add context to LinkedIn
Descarga archivos de extensión inrich - Add context to LinkedIn 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
Instantly turn LinkedIn into your personal CRM. With inrich, you can add notes to any profile page, allowing you to remember each and every interaction and to better engage with your network. By letting you add personal context to LinkedIn profile pages, inrich declutters your professional life by eliminating the need for multiple contact lists, spreadsheets and CRMs. ********************************************************************************** Just click the blue "Add to Chrome" button on the upper right side of this screen, and we'll guide you from there on! ********************************************************************************** Mobile use: inrich is currently only available on Android with the Kiwi browser (Chrome for Android doesn't support Chrome extensions...). We'll add support for iOS in the future. Elevate your networking game now!
Información Básica de la Extensión
Nombre | inrich - Add context to LinkedIn |
ID | hmgkcmijhegibfoajikgaepglpikgkbb |
URL Oficial | https://chromewebstore.google.com/detail/inrich-add-context-to-lin/hmgkcmijhegibfoajikgaepglpikgkbb |
Descripción | Add to LinkedIn the missing feature power users dreamed of: adding YOUR personal info to any profile page. For free. |
Tamaño del Archivo | 187 KB |
Cantidad de Instalaciones | 42 |
Versión Actual | 1.0.1 |
Última Actualización | 2024-03-01 |
Fecha de Publicación | 2023-08-28 |
Calificación | 5.00/5 Total de 9 Calificaciones |
Desarrollador | inrich |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.inrich.app |
URL de la Página de Política de Privacidad | https://www.inrich.app/privacy |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "inrich - Add context to LinkedIn", "description": "Add to LinkedIn the missing feature power users dreamed of: adding YOUR personal info to any profile page. For free.", "version": "1.0.1", "action": { "default_popup": "src\/popup\/index.html" }, "background": { "service_worker": "src\/service-workers\/index.js" }, "icons": { "128": "images\/icon.png" }, "permissions": [ "tabs", "storage", "identity" ], "host_permissions": [ "https:\/\/www.linkedin.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.linkedin.com\/*" ], "js": [ "src\/content-scripts\/index.js" ] } ] } |