Link Manager

Extension to monitor activity on your LinkedIn profile

Link Managerとは何ですか?

Link Managerはhttp://lnmanager.comによって開発されたChromeの拡張機能で、その主な機能は「Extension to monitor activity on your LinkedIn profile」です。

拡張機能のスクリーンショット

screenshot

Link Manager拡張機能のCRXファイルをダウンロード

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
Eメール [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
}