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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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
        }
    ]
}