Link Manager

Extension to monitor activity on your LinkedIn profile

What is Link Manager?

Link Manager is a Chrome extension developed by http://lnmanager.com, and its main feature is "Extension to monitor activity on your LinkedIn profile".

Extension Screenshots

screenshot

Download Link Manager Extension CRX File

Download Link Manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Link Manager Link Manager
ID bhkcnaoddagihkgnjfmpohdmffbieijb
Official URL https://chrome.google.com/webstore/detail/bhkcnaoddagihkgnjfmpohdmffbieijb
Description Extension to monitor activity on your LinkedIn profile
File Size 4.47 MB
Installation Count 273
Current Version 0.5.17
Last Updated 2023-06-27
Publish Date 2022-12-20
Rating 2.33/5 Total 6 Ratings
Developer http://lnmanager.com
Email [email protected]
Payment Type in_app
Extension Website https://lnmanager.com
Help Page URL https://lnmanager.com
Privacy Policy Page URL https://www.lnmanager.com/privacy-policy.html
Supported Languages 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
}