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