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.

什么是inrich - Add context to LinkedIn?

inrich - Add context to LinkedIn是由inrich开发的Chrome扩展程序,该扩展的主要功能是“Add to LinkedIn the missing feature power users dreamed of: adding YOUR personal info to any profile page. For free.”。

扩展截图

screenshot
screenshot
screenshot

下载inrich - Add context to LinkedIn扩展crx文件

下载inrich - Add context to LinkedIn扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 inrich - Add context to LinkedIn inrich - Add context to LinkedIn
ID hmgkcmijhegibfoajikgaepglpikgkbb
官方URL https://chromewebstore.google.com/detail/inrich-add-context-to-lin/hmgkcmijhegibfoajikgaepglpikgkbb
简介 Add to LinkedIn the missing feature power users dreamed of: adding YOUR personal info to any profile page. For free.
文件大小 187 KB
安装次数 42
当前版本 1.0.1
更新时间 2024-03-01
上架时间 2023-08-28
评分 5.00/5 共9次评分
开发者 inrich
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.inrich.app
隐私政策页面URL https://www.inrich.app/privacy
支持的语言 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"
            ]
        }
    ]
}