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 je LinkedIn notes?
LinkedIn notes je rozšíření Chrome vyvinuté Useful Extensions, a jeho hlavní funkcí je „LinkedIn® Notes is a Chrome Extension for the New Tab. This extension changes your existing new tab page and provides the features…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření LinkedIn notes
Stáhněte si soubory rozšíření LinkedIn notes ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | LinkedIn notes |
ID | pfgjenpimkncfhbgenkidcnigagibdpg |
Oficiální URL | https://chrome.google.com/webstore/detail/linkedin-notes/pfgjenpimkncfhbgenkidcnigagibdpg |
Popis | LinkedIn® Notes is a Chrome Extension for the New Tab. This extension changes your existing new tab page and provides the features… |
Velikost souboru | 969 KB |
Počet instalací | 13 |
Aktuální Verze | 1.0.7 |
Poslední Aktualizace | 2020-11-29 |
Datum Vydání | 2020-09-07 |
Vývojář | Useful Extensions |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://www.linkedinnotes.com/ |
URL Stránky Zásad Ochrany Soukromí | http://unico.news/privacypolicy.pdf |
Podporované Jazyky | 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" } } |