Link Manager
Extension to monitor activity on your LinkedIn profile
什么是Link Manager?
Link Manager是由http://lnmanager.com开发的Chrome扩展程序,该扩展的主要功能是“Extension to monitor activity on your LinkedIn profile”。
扩展截图
下载Link Manager扩展crx文件
下载Link Manager扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
✓ Access Linkedin Messages
✓ Access Linkedin Notifications
✓ Access Linkedin Network Invitations
✓ Integration with ChatGPT To Write Articles and Posts
✓ Salary Estimator
✓ Boolean Search Engine
✓ User Management Area
✓ Jobs Area
✓ Unlimited Notes on Linkedin Profiles
✓ Last Viewed On
✓ Integrated Google Maps
✓ Auto Services
Linkedin Manager is a must-have chrome extension for recruiters and marketers looking to streamline their workflow and gain a competitive edge in the search for new candidates and leads. 扩展基本信息
| 名称 | |
| ID | bhkcnaoddagihkgnjfmpohdmffbieijb |
| 官方URL | https://chrome.google.com/webstore/detail/bhkcnaoddagihkgnjfmpohdmffbieijb |
| 简介 | Extension to monitor activity on your LinkedIn profile |
| 文件大小 | 4.47 MB |
| 安装次数 | 273 |
| 当前版本 | 0.5.17 |
| 更新时间 | 2023-06-27 |
| 上架时间 | 2022-12-20 |
| 评分 | 2.33/5 共6次评分 |
| 开发者 | http://lnmanager.com |
| 电子邮箱 | [email protected] |
| 付费类型 | in_app |
| 扩展官网 | https://lnmanager.com |
| 帮助页面URL | https://lnmanager.com |
| 隐私政策页面URL | https://www.lnmanager.com/privacy-policy.html |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_name__",
"version": "0.5.17",
"description": "__MSG_description__",
"icons": {
"128": "content\/icon-128.png"
},
"background": {
"service_worker": "scripts\/bs.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.linkedin.com\/*",
"*:\/\/linkedin.com\/*"
],
"js": [
"content_scripts\/inpage.js"
],
"run_at": "document_start"
}
],
"action": {
"default_icon": {
"128": "content\/icon-128-logout.png"
},
"default_popup": "popup.html"
},
"permissions": [
"cookies",
"tabs",
"alarms",
"storage",
"scripting",
"webNavigation",
"history"
],
"host_permissions": [
"*:\/\/localhost\/",
"*:\/\/*.linkedin.com\/",
"*:\/\/api.lnmanager.com\/",
"*:\/\/linkedin-manager-apiuat.herokuapp.com\/",
"*:\/\/maps.googleapis.com\/"
],
"web_accessible_resources": [
{
"resources": [
"maps\/*.html"
],
"matches": [
"*:\/\/*.linkedin.com\/*",
"*:\/\/linkedin.com\/*"
]
}
],
"default_locale": "en",
"manifest_version": 3
} | |