Linked Message Pro

The ultimate LinkedIn messenger productivity tool. Organize, annotate, and tag all of your conversations in LinkedIn.

Linked Message Proคืออะไร?

Linked Message Pro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://linkedmessagepro.com และคุณลักษณะหลักของมันคือ "The ultimate LinkedIn messenger productivity tool. Organize, annotate, and tag all of your conversations in LinkedIn."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Linked Message Pro

ดาวน์โหลดไฟล์ส่วนขยาย Linked Message Pro ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The ultimate LinkedIn™ messenger productivity tool. Organize, annotate, and tag all of your conversations in LinkedIn™.

Organize all of your conversations in LinkedIn™ into custom folders, just like email!

Are you tired of getting lost in the chaos of all your LinkedIn™ conversations?! 

Linked Message Pro solves this problem! 

Linked Message Pro allows you to create customized folders to place your conversations in. This saves you from having to scroll through hundreds of conversations trying to find the right one. 

Best part is, you can try Linked Message Pro for FREE! 

*****YOU MUST REGISTER YOUR ACCOUNT FIRST, OTHERWISE YOU WON'T BE ABLE TO LOGIN. GO TO:

WWW.LINKEDMESSAGEPRO.COM

★★★ Features
★ No configuration.
★ Easily organize all of your messages in LinkedIn™
★ Create custom folders for every conversation, just like an email account
★ Never waste time scrolling through your conversations trying to find the right one
★ Scan all of your LinkedIn™ conversations to see who has responded, and who hasn't

After installing, please reload all LinkedIn™ tabs for the extension to take effect. For issues/suggestions, please contact us via email: [email protected]

See the instructional video here: https://youtu.be/A1G5DpZNATA

✓ Note
LinkedIn™ logo are trademarks of LinkedIn Inc. Use of these trademarks is subject to LinkedIn Permissions. This extension is not created nor endorsed by LinkedIn Inc.

✓ Terms of Use
Only works on linkedin.com. No guarantee or warranty is given with the use of  this "Linked Message Pro™" software. The author shall not be held liable for any consequences by its use. Usage of "Linked Message Pro™" extension means that you agree to these terms.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Linked Message Pro Linked Message Pro
ID gjijlcnmdimaglcglomcijabllcgdpni
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/linked-message-pro/gjijlcnmdimaglcglomcijabllcgdpni
คำอธิบาย The ultimate LinkedIn messenger productivity tool. Organize, annotate, and tag all of your conversations in LinkedIn.
ขนาดไฟล์ 2.17 MB
จำนวนการติดตั้ง 24
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2020-08-27
วันที่เผยแพร่ 2020-06-30
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา http://linkedmessagepro.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.0",
    "manifest_version": 2,
    "name": "Linked Message Pro",
    "description": "The ultimate LinkedIn messenger productivity tool. Organize, annotate, and tag all of your conversations in LinkedIn.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/messaging\/*"
            ],
            "js": [
                "lib\/js\/browser-polyfill.js",
                "jquery-3.2.1.min.js",
                "content.js"
            ],
            "css": [
                "bootstrap.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "lib\/js\/browser-polyfill.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs"
    ],
    "icons": {
        "128": "img\/icon.png"
    },
    "web_accessible_resources": [
        "bootstrap.css"
    ]
}