Link Manager

Extension to monitor activity on your LinkedIn profile

Was ist Link Manager?

Link Manager ist eine Chrome-Erweiterung, die von http://lnmanager.com entwickelt wurde, und ihr Hauptmerkmal ist "Extension to monitor activity on your LinkedIn profile".

Erweiterungsscreenshots

screenshot

Link Manager-Erweiterungs-CRX-Datei herunterladen

Laden Sie Link Manager-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        ✓  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.                    

Grundlegende Informationen zur Erweiterung

Name Link Manager Link Manager
ID bhkcnaoddagihkgnjfmpohdmffbieijb
Offizielle URL https://chrome.google.com/webstore/detail/bhkcnaoddagihkgnjfmpohdmffbieijb
Beschreibung Extension to monitor activity on your LinkedIn profile
Dateigröße 4.47 MB
Installationsanzahl 273
Aktuelle Version 0.5.17
Letztes Update 2023-06-27
Veröffentlichungsdatum 2022-12-20
Bewertung 2.33/5 Insgesamt 6 Bewertungen
Entwickler http://lnmanager.com
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://lnmanager.com
Hilfeseite URL https://lnmanager.com
URL der Datenschutzrichtlinien-Seite https://www.lnmanager.com/privacy-policy.html
Unterstützte Sprachen 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
}