Follower Insights for LinkedIn

Show the number of followers of a LinkedIn profile at relevant positions.

什么是Follower Insights for LinkedIn?

Follower Insights for LinkedIn是由https://jens.marketing开发的Chrome扩展程序,该扩展的主要功能是“Show the number of followers of a LinkedIn profile at relevant positions.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Follower Insights for LinkedIn扩展crx文件

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

扩展使用说明

                        Finally! LinkedIn Follower Count on sections that really matter! 🥳

This powerful Plugin displays Followers of every LinkedIn Account in sections that really make sense.

After the installation of the Plugin you will notice the follower count in the following sections:

- In every LinkedIn Post in your feed
- In the reactions section
- In every comment
- In every search result
- In incoming contact requests
- Displays all followers of every profile


👉🏻 If you want to get more insights, try the pro-version.
You find more details under thse links:

German: https://jens.marketing/follower-insights-fuer-linkedin
English:  https://jens.marketing/en/follower-insights-for-linkedin/




This plugin is not related to LinkedIn and was developed by me personally, because I simply missed the function.                    

扩展基本信息

名称 Follower Insights for LinkedIn Follower Insights for LinkedIn
ID kkbaccngljoklnejedmjicfdfkhgblnd
官方URL https://chromewebstore.google.com/detail/follower-insights-for-lin/kkbaccngljoklnejedmjicfdfkhgblnd
简介 Show the number of followers of a LinkedIn profile at relevant positions.
文件大小 67.01 KB
安装次数 2,937
当前版本 1.5.3.4
更新时间 2023-12-20
上架时间 2022-09-18
评分 4.71/5 共7次评分
开发者 https://jens.marketing
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://jens.marketing/en/follower-insights-for-linkedin/
帮助页面URL https://jens.marketing/en/follower-insights-for-linkedin/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Follower Insights for LinkedIn",
    "description": "Show the number of followers of a LinkedIn profile at relevant positions.",
    "version": "1.5.3.4",
    "manifest_version": 3,
    "background": {
        "service_worker": "js\/sw.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/16.png",
        "24": "icons\/24.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png",
        "512": "icons\/512.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*"
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "alarms",
        "storage"
    ]
}