Link Manager
Extension to monitor activity on your LinkedIn profile
Cos'è Link Manager?
Link Manager è un'estensione di Chrome sviluppata da http://lnmanager.com, e la sua funzione principale è "Extension to monitor activity on your LinkedIn profile".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Link Manager
Scarica i file di estensione Link Manager in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
✓ 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. Informazioni di Base sull'Estensione
| Nome | |
| ID | bhkcnaoddagihkgnjfmpohdmffbieijb |
| URL Ufficiale | https://chrome.google.com/webstore/detail/bhkcnaoddagihkgnjfmpohdmffbieijb |
| Descrizione | Extension to monitor activity on your LinkedIn profile |
| Dimensione del File | 4.47 MB |
| Conteggio Installazioni | 273 |
| Versione Corrente | 0.5.17 |
| Ultimo Aggiornamento | 2023-06-27 |
| Data di Pubblicazione | 2022-12-20 |
| Valutazione | 2.33/5 Totale 6 Valutazioni |
| Sviluppatore | http://lnmanager.com |
| [email protected] | |
| Tipo di Pagamento | in_app |
| Sito Web dell'Estensione | https://lnmanager.com |
| URL della Pagina di Aiuto | https://lnmanager.com |
| URL della Pagina della Politica sulla Privacy | https://www.lnmanager.com/privacy-policy.html |
| Lingue Supportate | 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
} | |