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文件

下載Follow擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
        }
    ]
}