InNote
Keep Notes on your LinkedIn Contacts!
What is InNote?
InNote is a Chrome extension developed by Dave M., and its main feature is "Keep Notes on your LinkedIn Contacts!".
Extension Screenshots
Download InNote Extension CRX File
Download InNote extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
inNote provides you with a quick and simple to enter notes against Linkedin Contacts and Companies. This plugin is meant for disposable quick reference notes. All data is stored on your local computer using Chrome Storage. Unfortunately, there is no easy way to backup Chrome Storage. Use at your own risk. This plugin does not need access to your Linkedin account. Notes are tied to the Contact and Company Linkedin URLs. (So the plugin will ask for access to your Browser history).
Extension Basic Information
Name | InNote |
ID | hlcacjemfkafedpaaeehmaingffojhhk |
Official URL | https://chromewebstore.google.com/detail/innote/hlcacjemfkafedpaaeehmaingffojhhk |
Description | Keep Notes on your LinkedIn Contacts! |
File Size | 74.51 KB |
Installation Count | 54 |
Current Version | 0.1.0.0 |
Last Updated | 2018-12-28 |
Publish Date | 2018-12-28 |
Developer | Dave M. |
Payment Type | free |
Extension Website | https://www.linkedin.com/pulse/innote-keep-notes-your-linkedin-contacts-building-chrome-masri/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "InNote", "short_name": "InNote", "version": "0.1.0.0", "description": "Keep Notes on your LinkedIn Contacts!", "permissions": [ "declarativeContent", "storage", "tabs", "unlimitedStorage" ], "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/img16.png", "32": "images\/img32.png" } }, "icons": { "16": "images\/img16.png", "32": "images\/img32.png" } } |