Easy Note Taking for LinkedIn
This extension allows you to take notes on LinkedIn profiles. These notes are there only for you.
Wat is Easy Note Taking for LinkedIn?
Easy Note Taking for LinkedIn is een Chrome-extensie ontwikkeld door https://igodev.com, en de belangrijkste functie is "This extension allows you to take notes on LinkedIn profiles. These notes are there only for you.".
Extensie Screenshots
Download het CRX-bestand van de extensie Easy Note Taking for LinkedIn
Download Easy Note Taking for LinkedIn-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. 🔒
Basisinformatie over de Extensie
Naam | Easy Note Taking for LinkedIn |
ID | acmbfggokaabfndehodmoekhccfnphel |
Officiële URL | https://chromewebstore.google.com/detail/easy-note-taking-for-link/acmbfggokaabfndehodmoekhccfnphel |
Beschrijving | This extension allows you to take notes on LinkedIn profiles. These notes are there only for you. |
Bestandsgrootte | 1.51 MB |
Aantal Installaties | 196 |
Huidige Versie | 0.0.3 |
Laatst Bijgewerkt | 2021-10-25 |
Publicatiedatum | 2021-01-18 |
Beoordeling | 4.71/5 Totaal 7 Beoordelingen |
Ontwikkelaar | https://igodev.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://igodev.com/private-notes-for-linkedin/ |
Help Pagina-URL | https://igodev.com/private-notes-for-linkedin/ |
Ondersteunde Talen | 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" } } |