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 extendlinkedin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "With LinkWise, you can tag and organize your contacts in LinkedIn."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में LinkWise - Linkedin Tags and Organizer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/*"
    ]
}