Follow

Follow lets you extract people that have liked a LinkedIn post. Our customers leverage Follow to improve their reply rate on…

Follow란 무엇입니까?

Follow은(는) getfollow.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Follow lets you extract people that have liked a LinkedIn post. Our customers leverage Follow to improve their reply rate on…"입니다.

확장 프로그램 스크린샷

screenshot

Follow 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Follow lets you extract people that have liked a LinkedIn post. 

Our customers leverage Follow to improve their reply rate on their outbound campaigns and build more pipeline.

How it works:

- Install Chrome Extension
- “Extract” button appears on every LinkedIn post
- Select the number of people you want to extract
- Receive a CSV in your email or connect it to your your tools (Salesforce, Hubspot, Pipedrive, Salesloft, Outreach, Salesloft and more)                    

확장 프로그램 기본 정보

이름 Follow Follow
ID gokkgekggjoaehmegbcajkngkedmjjnm
공식 URL https://chromewebstore.google.com/detail/follow/gokkgekggjoaehmegbcajkngkedmjjnm
설명 Follow lets you extract people that have liked a LinkedIn post. Our customers leverage Follow to improve their reply rate on…
파일 크기 199 KB
설치 횟수 1,346
현재 버전 1.9.0
최근 업데이트 2024-01-29
출시 날짜 2023-02-01
평점 3.67/5 총 3 개의 평점
개발자 getfollow.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.getfollow.io
개인정보 보호 정책 페이지 URL https://www.getfollow.io/legal
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Follow",
    "version": "1.9.0",
    "action": {
        "default_title": "Follow",
        "default_icon": "Follow128.png",
        "default_popup": "popup\/index.html"
    },
    "icons": [],
    "content_scripts": [
        {
            "js": [
                "assets\/main.tsx-loader.a6d8519d.js"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "media": [],
            "css": [
                "assets\/main.5f520cb4.css"
            ]
        }
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "permissions": [
        "identity",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/api.getfollow.io\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "resources": [
                "assets\/client.61ce2bae.js",
                "assets\/_commonjsHelpers.f037b798.js",
                "assets\/utils.770a58f6.js",
                "assets\/main.tsx.b4ea6347.js"
            ],
            "use_dynamic_url": true
        }
    ]
}