Easy Note Taking for LinkedIn
This extension allows you to take notes on LinkedIn profiles. These notes are there only for you.
Qu'est-ce que Easy Note Taking for LinkedIn ?
Easy Note Taking for LinkedIn est une extension Chrome développée par https://igodev.com, et sa fonction principale est "This extension allows you to take notes on LinkedIn profiles. These notes are there only for you.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Easy Note Taking for LinkedIn
Téléchargez les fichiers d'extension Easy Note Taking for LinkedIn au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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. 🔒
Informations de Base sur l'Extension
Nom | Easy Note Taking for LinkedIn |
ID | acmbfggokaabfndehodmoekhccfnphel |
URL Officiel | https://chromewebstore.google.com/detail/easy-note-taking-for-link/acmbfggokaabfndehodmoekhccfnphel |
Description | This extension allows you to take notes on LinkedIn profiles. These notes are there only for you. |
Taille du Fichier | 1.51 MB |
Nombre d'Installations | 196 |
Version Actuelle | 0.0.3 |
Dernière Mise à Jour | 2021-10-25 |
Date de Publication | 2021-01-18 |
Évaluation | 4.71/5 Total 7 Évaluations |
Développeur | https://igodev.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://igodev.com/private-notes-for-linkedin/ |
URL de la Page d'Aide | https://igodev.com/private-notes-for-linkedin/ |
Langues Prises en Charge | 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" } } |