Link Manager

Extension to monitor activity on your LinkedIn profile

Что такое Link Manager?

Link Manager - это расширение Chrome, разработанное http://lnmanager.com, и его основная функция - "Extension to monitor activity on your LinkedIn profile".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Link Manager

Скачайте файлы расширений Link Manager в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название Link Manager Link Manager
ID bhkcnaoddagihkgnjfmpohdmffbieijb
Официальный URL https://chrome.google.com/webstore/detail/bhkcnaoddagihkgnjfmpohdmffbieijb
Описание Extension to monitor activity on your LinkedIn profile
Размер файла 4.47 MB
Количество установок 273
Текущая Версия 0.5.17
Последнее Обновление 2023-06-27
Дата публикации 2022-12-20
Рейтинг 2.33/5 Всего 6 оценок
Разработчик http://lnmanager.com
Электронная почта [email protected]
Тип оплаты in_app
Официальный сайт расширения https://lnmanager.com
URL страницы помощи https://lnmanager.com
URL страницы политики конфиденциальности https://www.lnmanager.com/privacy-policy.html
Поддерживаемые языки 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
}