Easy Note Taking for LinkedIn
This extension allows you to take notes on LinkedIn profiles. These notes are there only for you.
Easy Note Taking for LinkedIn là gì?
Easy Note Taking for LinkedIn là một tiện ích mở rộng Chrome được phát triển bởi https://igodev.com, và tính năng chính của nó là "This extension allows you to take notes on LinkedIn profiles. These notes are there only for you.".
Ả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 Easy Note Taking for LinkedIn
Tải xuống các tệp mở rộng Easy Note Taking for LinkedIn 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
This extension allows you to take notes on LinkedIn profiles. These notes are there only for you. You can also access these notes when you are messaging to someone on LinkedIn. All notes are securely stored in Google Chrome Sync Storage. This Extension does not transmit data to any 3rd party. 🔒
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Easy Note Taking for LinkedIn |
ID | acmbfggokaabfndehodmoekhccfnphel |
URL Chính Thức | https://chromewebstore.google.com/detail/easy-note-taking-for-link/acmbfggokaabfndehodmoekhccfnphel |
Mô tả | This extension allows you to take notes on LinkedIn profiles. These notes are there only for you. |
Kích Thước Tệp | 1.51 MB |
Số Lần Cài Đặt | 196 |
Phiên Bản Hiện Tại | 0.0.3 |
Cập Nhật Lần Cuối | 2021-10-25 |
Ngày Phát Hành | 2021-01-18 |
Đánh Giá | 4.71/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | https://igodev.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://igodev.com/private-notes-for-linkedin/ |
URL Trang Trợ Giúp | https://igodev.com/private-notes-for-linkedin/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Easy Note Taking for LinkedIn", "version": "0.0.3", "description": "This extension allows you to take notes on LinkedIn profiles. These notes are there only for you.", "permissions": [ "*:\/\/*.linkedin.com\/*", "*:\/\/linkedin.com\/*", "storage" ], "manifest_version": 2, "web_accessible_resources": [ "dist\/*.js", "dist\/*.map.js" ], "background": { "scripts": [ "dist\/bundle-background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.linkedin.com\/*", "*:\/\/linkedin.com\/*" ], "js": [ "dist\/bundle-notes.js" ], "all_frames": true, "run_at": "document_end" } ], "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" } } |