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 |
| 官方網址 | 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
} | |