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'est-ce que inrich - Add context to LinkedIn ?

inrich - Add context to LinkedIn est une extension Chrome développée par inrich, et sa fonction principale est "Add to LinkedIn the missing feature power users dreamed of: adding YOUR personal info to any profile page. For free.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension inrich - Add context to LinkedIn

Téléchargez les fichiers d'extension inrich - Add context to LinkedIn 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

                        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!                    

Informations de Base sur l'Extension

Nom inrich - Add context to LinkedIn inrich - Add context to LinkedIn
ID hmgkcmijhegibfoajikgaepglpikgkbb
URL Officiel https://chromewebstore.google.com/detail/inrich-add-context-to-lin/hmgkcmijhegibfoajikgaepglpikgkbb
Description Add to LinkedIn the missing feature power users dreamed of: adding YOUR personal info to any profile page. For free.
Taille du Fichier 187 KB
Nombre d'Installations 42
Version Actuelle 1.0.1
Dernière Mise à Jour 2024-03-01
Date de Publication 2023-08-28
Évaluation 5.00/5 Total 9 Évaluations
Développeur inrich
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.inrich.app
URL de la Page de Politique de Confidentialité https://www.inrich.app/privacy
Langues Prises en Charge 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"
            ]
        }
    ]
}