LinkedIn notes
LinkedIn® Notes is a Chrome Extension for the New Tab. This extension changes your existing new tab page and provides the features…
Co to jest LinkedIn notes?
LinkedIn notes to rozszerzenie Chrome opracowane przez Useful Extensions, a jego główną funkcją jest „LinkedIn® Notes is a Chrome Extension for the New Tab. This extension changes your existing new tab page and provides the features…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia LinkedIn notes
Pobierz pliki rozszerzeń LinkedIn notes w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | LinkedIn notes |
ID | pfgjenpimkncfhbgenkidcnigagibdpg |
Oficjalny URL | https://chrome.google.com/webstore/detail/linkedin-notes/pfgjenpimkncfhbgenkidcnigagibdpg |
Opis | LinkedIn® Notes is a Chrome Extension for the New Tab. This extension changes your existing new tab page and provides the features… |
Rozmiar pliku | 969 KB |
Liczba instalacji | 13 |
Aktualna Wersja | 1.0.7 |
Ostatnia Aktualizacja | 2020-11-29 |
Data Publikacji | 2020-09-07 |
Deweloper | Useful Extensions |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.linkedinnotes.com/ |
Adres URL Strony Polityki Prywatności | http://unico.news/privacypolicy.pdf |
Obsługiwane Języki | 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" } } |