Follower Insights for LinkedIn
Show the number of followers of a LinkedIn profile at relevant positions.
Qu'est-ce que Follower Insights for LinkedIn ?
Follower Insights for LinkedIn est une extension Chrome développée par https://jens.marketing, et sa fonction principale est "Show the number of followers of a LinkedIn profile at relevant positions.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Follower Insights for LinkedIn
Téléchargez les fichiers d'extension Follower Insights for LinkedIn au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Follower Insights for LinkedIn |
ID | kkbaccngljoklnejedmjicfdfkhgblnd |
URL Officiel | https://chromewebstore.google.com/detail/follower-insights-for-lin/kkbaccngljoklnejedmjicfdfkhgblnd |
Description | Show the number of followers of a LinkedIn profile at relevant positions. |
Taille du Fichier | 67.01 KB |
Nombre d'Installations | 2,937 |
Version Actuelle | 1.5.3.4 |
Dernière Mise à Jour | 2023-12-20 |
Date de Publication | 2022-09-18 |
Évaluation | 4.71/5 Total 7 Évaluations |
Développeur | https://jens.marketing |
[email protected] | |
Type de Paiement | in_app |
Site Web de l'Extension | https://jens.marketing/en/follower-insights-for-linkedin/ |
URL de la Page d'Aide | https://jens.marketing/en/follower-insights-for-linkedin/ |
Langues Prises en Charge | 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" ] } |