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
}