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.

Hvad er inrich - Add context to LinkedIn?

inrich - Add context to LinkedIn er en Chrome-udvidelse udviklet af inrich, og dens hovedfunktion er "Add to LinkedIn the missing feature power users dreamed of: adding YOUR personal info to any profile page. For free.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download inrich - Add context to LinkedIn-udvidelses-CRX-fil

Download inrich - Add context to LinkedIn-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn inrich - Add context to LinkedIn inrich - Add context to LinkedIn
ID hmgkcmijhegibfoajikgaepglpikgkbb
Officiel URL https://chromewebstore.google.com/detail/inrich-add-context-to-lin/hmgkcmijhegibfoajikgaepglpikgkbb
Beskrivelse Add to LinkedIn the missing feature power users dreamed of: adding YOUR personal info to any profile page. For free.
Filstørrelse 187 KB
Antal Installationer 42
Nuværende Version 1.0.1
Senest Opdateret 2024-03-01
Udgivelsesdato 2023-08-28
Bedømmelse 5.00/5 Samlet 9 Bedømmelser
Udvikler inrich
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.inrich.app
URL til Fortrolighedspolitik Side https://www.inrich.app/privacy
Understøttede Sprog 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"
            ]
        }
    ]
}