LinkWise - Linkedin Tags and Organizer

With LinkWise, you can tag and organize your contacts in LinkedIn.

LinkWise - Linkedin Tags and Organizerคืออะไร?

LinkWise - Linkedin Tags and Organizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย extendlinkedin และคุณลักษณะหลักของมันคือ "With LinkWise, you can tag and organize your contacts in LinkedIn."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LinkWise - Linkedin Tags and Organizer

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

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

                        With our extension you can write tags and notes directly. 

Download our extension, then you can go to the LinkedIn profile to see an option to tag user. If you do it you can filter the user by tags and view the notes associated with it.

😀 What are the different features? 

- You can tag a profile on LinkedIn.
- You can view write and view notes directly on profile. 
- You can filter profiles directly on LinkedIn.
- Sync the tags across computers. 

😀 Disclaimer
We are not related to LinkedIn. We are just a 3rd party app that works on LinkedIn.                    

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

ชื่อ LinkWise - Linkedin Tags and Organizer LinkWise - Linkedin Tags and Organizer
ID bmajknmefligkcimgmleblmgjhlbbjoa
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/linkwise-linkedin-tags-an/bmajknmefligkcimgmleblmgjhlbbjoa
คำอธิบาย With LinkWise, you can tag and organize your contacts in LinkedIn.
ขนาดไฟล์ 324 KB
จำนวนการติดตั้ง 21
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2022-08-22
วันที่เผยแพร่ 2021-11-09
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา extendlinkedin
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LinkWise - Linkedin Tags and Organizer",
    "version": "1.0.2",
    "manifest_version": 3,
    "description": "With LinkWise, you can tag and organize your contacts in LinkedIn.",
    "action": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "dist\/content.bundle.js"
            ],
            "css": [
                "css\/google-icons.css",
                "css\/datatable.min.css",
                "css\/styles.css",
                "css\/drawer.css"
            ]
        }
    ],
    "icons": {
        "16": "imgs\/icons\/icon16.png",
        "32": "imgs\/icons\/icon32.png",
        "48": "imgs\/icons\/icon48.png",
        "128": "imgs\/icons\/icon128.png"
    },
    "background": {
        "service_worker": "main-service-worker.js"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.linkedin.com\/*"
    ]
}