LinkedIn notes

LinkedIn® Notes is a Chrome Extension for the New Tab. This extension changes your existing new tab page and provides the features…

Wat is LinkedIn notes?

LinkedIn notes is een Chrome-extensie ontwikkeld door Useful Extensions, en de belangrijkste functie is "LinkedIn® Notes is a Chrome Extension for the New Tab. This extension changes your existing new tab page and provides the features…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie LinkedIn notes

Download LinkedIn notes-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

                        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                    

Basisinformatie over de Extensie

Naam LinkedIn notes LinkedIn notes
ID pfgjenpimkncfhbgenkidcnigagibdpg
Officiële URL https://chrome.google.com/webstore/detail/linkedin-notes/pfgjenpimkncfhbgenkidcnigagibdpg
Beschrijving LinkedIn® Notes is a Chrome Extension for the New Tab. This extension changes your existing new tab page and provides the features…
Bestandsgrootte 969 KB
Aantal Installaties 13
Huidige Versie 1.0.7
Laatst Bijgewerkt 2020-11-29
Publicatiedatum 2020-09-07
Ontwikkelaar Useful Extensions
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.linkedinnotes.com/
URL van de Privacybeleid Pagina http://unico.news/privacypolicy.pdf
Ondersteunde Talen 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"
    }
}