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
Eメール [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"
    ]
}