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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}