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 là gì?
LinkedIn notes là một tiện ích mở rộng Chrome được phát triển bởi Useful Extensions, và tính năng chính của nó là "LinkedIn® Notes is a Chrome Extension for the New Tab. This extension changes your existing new tab page and provides the features…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng LinkedIn notes
Tải xuống các tệp mở rộng LinkedIn notes dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | LinkedIn notes |
ID | pfgjenpimkncfhbgenkidcnigagibdpg |
URL Chính Thức | https://chrome.google.com/webstore/detail/linkedin-notes/pfgjenpimkncfhbgenkidcnigagibdpg |
Mô tả | LinkedIn® Notes is a Chrome Extension for the New Tab. This extension changes your existing new tab page and provides the features… |
Kích Thước Tệp | 969 KB |
Số Lần Cài Đặt | 13 |
Phiên Bản Hiện Tại | 1.0.7 |
Cập Nhật Lần Cuối | 2020-11-29 |
Ngày Phát Hành | 2020-09-07 |
Nhà Phát Triển | Useful Extensions |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.linkedinnotes.com/ |
URL Trang Chính Sách Bảo Mật | http://unico.news/privacypolicy.pdf |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |