Follower Insights for LinkedIn
Show the number of followers of a LinkedIn profile at relevant positions.
Follower Insights for LinkedIn là gì?
Follower Insights for LinkedIn là một tiện ích mở rộng Chrome được phát triển bởi https://jens.marketing, và tính năng chính của nó là "Show the number of followers of a LinkedIn profile at relevant positions.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Follower Insights for LinkedIn
Tải xuống các tệp mở rộng Follower Insights for LinkedIn dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Follower Insights for LinkedIn |
ID | kkbaccngljoklnejedmjicfdfkhgblnd |
URL Chính Thức | https://chromewebstore.google.com/detail/follower-insights-for-lin/kkbaccngljoklnejedmjicfdfkhgblnd |
Mô tả | Show the number of followers of a LinkedIn profile at relevant positions. |
Kích Thước Tệp | 67.01 KB |
Số Lần Cài Đặt | 2,937 |
Phiên Bản Hiện Tại | 1.5.3.4 |
Cập Nhật Lần Cuối | 2023-12-20 |
Ngày Phát Hành | 2022-09-18 |
Đánh Giá | 4.71/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | https://jens.marketing |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | https://jens.marketing/en/follower-insights-for-linkedin/ |
URL Trang Trợ Giúp | https://jens.marketing/en/follower-insights-for-linkedin/ |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |