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