LinkedIn notes
LinkedIn® Notes is a Chrome Extension for the New Tab. This extension changes your existing new tab page and provides the features…
Qu'est-ce que LinkedIn notes ?
LinkedIn notes est une extension Chrome développée par Useful Extensions, et sa fonction principale est "LinkedIn® Notes is a Chrome Extension for the New Tab. This extension changes your existing new tab page and provides the features…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension LinkedIn notes
Téléchargez les fichiers d'extension LinkedIn notes au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | LinkedIn notes |
ID | pfgjenpimkncfhbgenkidcnigagibdpg |
URL Officiel | 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… |
Taille du Fichier | 969 KB |
Nombre d'Installations | 13 |
Version Actuelle | 1.0.7 |
Dernière Mise à Jour | 2020-11-29 |
Date de Publication | 2020-09-07 |
Développeur | Useful Extensions |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.linkedinnotes.com/ |
URL de la Page de Politique de Confidentialité | http://unico.news/privacypolicy.pdf |
Langues Prises en Charge | 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" } } |