Link Manager
Extension to monitor activity on your LinkedIn profile
Qu'est-ce que Link Manager ?
Link Manager est une extension Chrome développée par http://lnmanager.com, et sa fonction principale est "Extension to monitor activity on your LinkedIn profile".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Link Manager
Téléchargez les fichiers d'extension Link Manager au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
✓ 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.
Informations de Base sur l'Extension
Nom | Link Manager |
ID | bhkcnaoddagihkgnjfmpohdmffbieijb |
URL Officiel | https://chrome.google.com/webstore/detail/bhkcnaoddagihkgnjfmpohdmffbieijb |
Description | Extension to monitor activity on your LinkedIn profile |
Taille du Fichier | 4.47 MB |
Nombre d'Installations | 273 |
Version Actuelle | 0.5.17 |
Dernière Mise à Jour | 2023-06-27 |
Date de Publication | 2022-12-20 |
Évaluation | 2.33/5 Total 6 Évaluations |
Développeur | http://lnmanager.com |
[email protected] | |
Type de Paiement | in_app |
Site Web de l'Extension | https://lnmanager.com |
URL de la Page d'Aide | https://lnmanager.com |
URL de la Page de Politique de Confidentialité | https://www.lnmanager.com/privacy-policy.html |
Langues Prises en Charge | 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 } |