inrich - Add context to LinkedIn
Add to LinkedIn the missing feature power users dreamed of: adding YOUR personal info to any profile page. For free.
inrich - Add context to LinkedIn là gì?
inrich - Add context to LinkedIn là một tiện ích mở rộng Chrome được phát triển bởi inrich, và tính năng chính của nó là "Add to LinkedIn the missing feature power users dreamed of: adding YOUR personal info to any profile page. For free.".
Ả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 inrich - Add context to LinkedIn
Tải xuống các tệp mở rộng inrich - Add context to 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
Instantly turn LinkedIn into your personal CRM. With inrich, you can add notes to any profile page, allowing you to remember each and every interaction and to better engage with your network. By letting you add personal context to LinkedIn profile pages, inrich declutters your professional life by eliminating the need for multiple contact lists, spreadsheets and CRMs. ********************************************************************************** Just click the blue "Add to Chrome" button on the upper right side of this screen, and we'll guide you from there on! ********************************************************************************** Mobile use: inrich is currently only available on Android with the Kiwi browser (Chrome for Android doesn't support Chrome extensions...). We'll add support for iOS in the future. Elevate your networking game now!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | inrich - Add context to LinkedIn |
ID | hmgkcmijhegibfoajikgaepglpikgkbb |
URL Chính Thức | https://chromewebstore.google.com/detail/inrich-add-context-to-lin/hmgkcmijhegibfoajikgaepglpikgkbb |
Mô tả | Add to LinkedIn the missing feature power users dreamed of: adding YOUR personal info to any profile page. For free. |
Kích Thước Tệp | 187 KB |
Số Lần Cài Đặt | 42 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2024-03-01 |
Ngày Phát Hành | 2023-08-28 |
Đánh Giá | 5.00/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | inrich |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.inrich.app |
URL Trang Chính Sách Bảo Mật | https://www.inrich.app/privacy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "inrich - Add context to LinkedIn", "description": "Add to LinkedIn the missing feature power users dreamed of: adding YOUR personal info to any profile page. For free.", "version": "1.0.1", "action": { "default_popup": "src\/popup\/index.html" }, "background": { "service_worker": "src\/service-workers\/index.js" }, "icons": { "128": "images\/icon.png" }, "permissions": [ "tabs", "storage", "identity" ], "host_permissions": [ "https:\/\/www.linkedin.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.linkedin.com\/*" ], "js": [ "src\/content-scripts\/index.js" ] } ] } |