LinkedIn notes

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

O que é LinkedIn notes?

LinkedIn notes é uma extensão do Chrome desenvolvida por Useful Extensions, e sua principal característica é "LinkedIn® Notes is a Chrome Extension for the New Tab. This extension changes your existing new tab page and provides the features…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão LinkedIn notes

Baixe arquivos de extensão LinkedIn notes no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome LinkedIn notes LinkedIn notes
ID pfgjenpimkncfhbgenkidcnigagibdpg
URL Oficial https://chrome.google.com/webstore/detail/linkedin-notes/pfgjenpimkncfhbgenkidcnigagibdpg
Descrição LinkedIn® Notes is a Chrome Extension for the New Tab. This extension changes your existing new tab page and provides the features…
Tamanho do Arquivo 969 KB
Contagem de Instalações 13
Versão Atual 1.0.7
Última Atualização 2020-11-29
Data de Publicação 2020-09-07
Desenvolvedor Useful Extensions
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.linkedinnotes.com/
URL da Página de Política de Privacidade http://unico.news/privacypolicy.pdf
Idiomas Suportados 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"
    }
}