Link Manager
Extension to monitor activity on your LinkedIn profile
Co to jest Link Manager?
Link Manager to rozszerzenie Chrome opracowane przez http://lnmanager.com, a jego główną funkcją jest „Extension to monitor activity on your LinkedIn profile”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Link Manager
Pobierz pliki rozszerzeń Link Manager w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
✓ 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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | bhkcnaoddagihkgnjfmpohdmffbieijb |
| Oficjalny URL | https://chrome.google.com/webstore/detail/bhkcnaoddagihkgnjfmpohdmffbieijb |
| Opis | Extension to monitor activity on your LinkedIn profile |
| Rozmiar pliku | 4.47 MB |
| Liczba instalacji | 273 |
| Aktualna Wersja | 0.5.17 |
| Ostatnia Aktualizacja | 2023-06-27 |
| Data Publikacji | 2022-12-20 |
| Ocena | 2.33/5 Łącznie 6 Oceny |
| Deweloper | http://lnmanager.com |
| [email protected] | |
| Typ Płatności | in_app |
| Strona Rozszerzenia | https://lnmanager.com |
| Adres URL Strony Pomocy | https://lnmanager.com |
| Adres URL Strony Polityki Prywatności | https://www.lnmanager.com/privacy-policy.html |
| Obsługiwane Języki | 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
} | |