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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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