LinkedIn notes
LinkedIn® Notes is a Chrome Extension for the New Tab. This extension changes your existing new tab page and provides the features…
What is LinkedIn notes?
LinkedIn notes is a Chrome extension developed by Useful Extensions, and its main feature is "LinkedIn® Notes is a Chrome Extension for the New Tab. This extension changes your existing new tab page and provides the features…".
Extension Screenshots
Download LinkedIn notes Extension CRX File
Download LinkedIn notes 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
LinkedIn® Notes is a Chrome Extension for the New Tab. This extension changes your existing new tab page and provides the features below: - Clean Tab Look - Enables you to take notes and search as you browse through LinkedIn® profiles - Summarizes all notes on your new tab This extension is free to download from the Chrome Web store. By clicking "Add to Chrome", you accept and agree to install "LinkedIn® Notes" and set your New Tab search to www.yahoo.com as provided by the service under Terms of Use and Privacy Policy. Please review our Privacy Policy for details regarding the information we collect when you install and use the extension. You can uninstall the program any time. Terms of Service: http://unico.news/terms.pdf Privacy Policy: http://unico.news/privacypolicy.pdf Contact Us: http://unico.news/#contactus
Extension Basic Information
Name | LinkedIn notes |
ID | pfgjenpimkncfhbgenkidcnigagibdpg |
Official URL | https://chrome.google.com/webstore/detail/linkedin-notes/pfgjenpimkncfhbgenkidcnigagibdpg |
Description | LinkedIn® Notes is a Chrome Extension for the New Tab. This extension changes your existing new tab page and provides the features… |
File Size | 969 KB |
Installation Count | 13 |
Current Version | 1.0.7 |
Last Updated | 2020-11-29 |
Publish Date | 2020-09-07 |
Developer | Useful Extensions |
[email protected] | |
Payment Type | free |
Extension Website | https://www.linkedinnotes.com/ |
Privacy Policy Page URL | http://unico.news/privacypolicy.pdf |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LinkedIn notes", "version": "1.0.7", "browser_action": { "default_icon": "favicon.png", "default_popup": "popup.html" }, "icons": { "16": "favicon.png", "48": "favicon.png", "128": "favicon.png" }, "permissions": [ "storage", "*:\/\/*.linkedin.com\/*", "*:\/\/linkedin.com\/*", "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "web_accessible_resources": [ "linkedIn.html", "bg.svg" ], "chrome_url_overrides": { "newtab": "newtab.html" } } |