Follow

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

Followคืออะไร?

Follow เป็นส่วนขยายของ Chrome ที่พัฒนาโดย getfollow.io และคุณลักษณะหลักของมันคือ "Follow lets you extract people that have liked a LinkedIn post. Our customers leverage Follow to improve their reply rate on…"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Follow

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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
        }
    ]
}