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.
Was ist inrich - Add context to LinkedIn?
inrich - Add context to LinkedIn ist eine Chrome-Erweiterung, die von inrich entwickelt wurde, und ihr Hauptmerkmal ist "Add to LinkedIn the missing feature power users dreamed of: adding YOUR personal info to any profile page. For free.".
Erweiterungsscreenshots
inrich - Add context to LinkedIn-Erweiterungs-CRX-Datei herunterladen
Laden Sie inrich - Add context to LinkedIn-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
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!
Grundlegende Informationen zur Erweiterung
Name | inrich - Add context to LinkedIn |
ID | hmgkcmijhegibfoajikgaepglpikgkbb |
Offizielle URL | https://chromewebstore.google.com/detail/inrich-add-context-to-lin/hmgkcmijhegibfoajikgaepglpikgkbb |
Beschreibung | Add to LinkedIn the missing feature power users dreamed of: adding YOUR personal info to any profile page. For free. |
Dateigröße | 187 KB |
Installationsanzahl | 42 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2024-03-01 |
Veröffentlichungsdatum | 2023-08-28 |
Bewertung | 5.00/5 Insgesamt 9 Bewertungen |
Entwickler | inrich |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.inrich.app |
URL der Datenschutzrichtlinien-Seite | https://www.inrich.app/privacy |
Unterstützte Sprachen | 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" ] } ] } |