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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Follow lets you extract people that have liked a LinkedIn post. Our customers leverage Follow to improve their reply rate on…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Follow एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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 } ] } |