LinkedIn notes
LinkedIn® Notes is a Chrome Extension for the New Tab. This extension changes your existing new tab page and provides the features…
LinkedIn notesとは何ですか?
LinkedIn notesはUseful Extensionsによって開発されたChromeの拡張機能で、その主な機能は「LinkedIn® Notes is a Chrome Extension for the New Tab. This extension changes your existing new tab page and provides the features…」です。
拡張機能のスクリーンショット
LinkedIn notes拡張機能のCRXファイルをダウンロード
LinkedIn notes拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | LinkedIn notes |
ID | pfgjenpimkncfhbgenkidcnigagibdpg |
公式URL | https://chrome.google.com/webstore/detail/linkedin-notes/pfgjenpimkncfhbgenkidcnigagibdpg |
説明 | LinkedIn® Notes is a Chrome Extension for the New Tab. This extension changes your existing new tab page and provides the features… |
ファイルサイズ | 969 KB |
インストール数 | 13 |
現在のバージョン | 1.0.7 |
最終更新日 | 2020-11-29 |
公開日 | 2020-09-07 |
開発者 | Useful Extensions |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.linkedinnotes.com/ |
プライバシーポリシーページのURL | http://unico.news/privacypolicy.pdf |
対応言語 | 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" } } |