Follower Insights for LinkedIn
Show the number of followers of a LinkedIn profile at relevant positions.
Follower Insights for LinkedIn क्या है?
Follower Insights for LinkedIn https://jens.marketing द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Show the number of followers of a LinkedIn profile at relevant positions."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Follower Insights for LinkedIn एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Finally! LinkedIn Follower Count on sections that really matter! 🥳 This powerful Plugin displays Followers of every LinkedIn Account in sections that really make sense. After the installation of the Plugin you will notice the follower count in the following sections: - In every LinkedIn Post in your feed - In the reactions section - In every comment - In every search result - In incoming contact requests - Displays all followers of every profile 👉🏻 If you want to get more insights, try the pro-version. You find more details under thse links: German: https://jens.marketing/follower-insights-fuer-linkedin English: https://jens.marketing/en/follower-insights-for-linkedin/ This plugin is not related to LinkedIn and was developed by me personally, because I simply missed the function.
एक्सटेंशन की मूल जानकारी
नाम | Follower Insights for LinkedIn |
ID | kkbaccngljoklnejedmjicfdfkhgblnd |
आधिकारिक URL | https://chromewebstore.google.com/detail/follower-insights-for-lin/kkbaccngljoklnejedmjicfdfkhgblnd |
विवरण | Show the number of followers of a LinkedIn profile at relevant positions. |
फ़ाइल का आकार | 67.01 KB |
स्थापना संख्या | 2,937 |
वर्तमान संस्करण | 1.5.3.4 |
अंतिम अपडेट | 2023-12-20 |
प्रकाशन तिथि | 2022-09-18 |
रेटिंग | 4.71/5 कुल 7 रेटिंग्स |
डेवलपर | https://jens.marketing |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
एक्सटेंशन वेबसाइट | https://jens.marketing/en/follower-insights-for-linkedin/ |
सहायता पृष्ठ URL | https://jens.marketing/en/follower-insights-for-linkedin/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Follower Insights for LinkedIn", "description": "Show the number of followers of a LinkedIn profile at relevant positions.", "version": "1.5.3.4", "manifest_version": 3, "background": { "service_worker": "js\/sw.js" }, "action": { "default_popup": "popup.html" }, "icons": { "16": "icons\/16.png", "24": "icons\/24.png", "32": "icons\/32.png", "48": "icons\/48.png", "64": "icons\/64.png", "128": "icons\/128.png", "256": "icons\/256.png", "512": "icons\/512.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.linkedin.com\/*" ], "css": [ "css\/content.css" ], "js": [ "js\/content.js" ], "run_at": "document_end" } ], "permissions": [ "alarms", "storage" ] } |