Easy Note Taking for LinkedIn
This extension allows you to take notes on LinkedIn profiles. These notes are there only for you.
Что такое Easy Note Taking for LinkedIn?
Easy Note Taking for LinkedIn - это расширение Chrome, разработанное https://igodev.com, и его основная функция - "This extension allows you to take notes on LinkedIn profiles. These notes are there only for you.".
Снимки экрана расширения
Скачать файл CRX расширения Easy Note Taking for LinkedIn
Скачайте файлы расширений Easy Note Taking for LinkedIn в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension allows you to take notes on LinkedIn profiles. These notes are there only for you. You can also access these notes when you are messaging to someone on LinkedIn. All notes are securely stored in Google Chrome Sync Storage. This Extension does not transmit data to any 3rd party. 🔒
Основная информация о расширении
Название | Easy Note Taking for LinkedIn |
ID | acmbfggokaabfndehodmoekhccfnphel |
Официальный URL | https://chromewebstore.google.com/detail/easy-note-taking-for-link/acmbfggokaabfndehodmoekhccfnphel |
Описание | This extension allows you to take notes on LinkedIn profiles. These notes are there only for you. |
Размер файла | 1.51 MB |
Количество установок | 196 |
Текущая Версия | 0.0.3 |
Последнее Обновление | 2021-10-25 |
Дата публикации | 2021-01-18 |
Рейтинг | 4.71/5 Всего 7 оценок |
Разработчик | https://igodev.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://igodev.com/private-notes-for-linkedin/ |
URL страницы помощи | https://igodev.com/private-notes-for-linkedin/ |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Easy Note Taking for LinkedIn", "version": "0.0.3", "description": "This extension allows you to take notes on LinkedIn profiles. These notes are there only for you.", "permissions": [ "*:\/\/*.linkedin.com\/*", "*:\/\/linkedin.com\/*", "storage" ], "manifest_version": 2, "web_accessible_resources": [ "dist\/*.js", "dist\/*.map.js" ], "background": { "scripts": [ "dist\/bundle-background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.linkedin.com\/*", "*:\/\/linkedin.com\/*" ], "js": [ "dist\/bundle-notes.js" ], "all_frames": true, "run_at": "document_end" } ], "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" } } |