Laemon, Never miss a LinkedIn Message
Get notified of Important LinkedIn™ messages
Laemon, Never miss a LinkedIn Message là gì?
Laemon, Never miss a LinkedIn Message là một tiện ích mở rộng Chrome được phát triển bởi Taresh Sandhu, và tính năng chính của nó là "Get notified of Important LinkedIn™ messages".
Ả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 Laemon, Never miss a LinkedIn Message
Tải xuống các tệp mở rộng Laemon, Never miss a LinkedIn Message 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
Laemon allows you to see the number of LinkedIn™ unread messages and notifies if you have new ones. It is "Highly Secure" and DOES NOT store your username, password, messages or any other information. Never miss an Important LinkedIn™ message!! ================================== Important: You have to be logged in on www.linkedin.com for this extension to work! ================================== Creator's Privacy Pledge: This app does not store nor communicate any user information with a third party. This extension is not affiliated with LinkedIn™, nor does it infringe on any of its copyrights or trademarks
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Laemon, Never miss a LinkedIn Message |
ID | ckhkghahjachnidfgpjijjonmhmdoljk |
URL Chính Thức | https://chrome.google.com/webstore/detail/laemon-never-miss-a-linke/ckhkghahjachnidfgpjijjonmhmdoljk |
Mô tả | Get notified of Important LinkedIn™ messages |
Kích Thước Tệp | 124 KB |
Số Lần Cài Đặt | 43 |
Phiên Bản Hiện Tại | 0.0.0.6 |
Cập Nhật Lần Cuối | 2016-06-27 |
Ngày Phát Hành | 2016-06-27 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Taresh Sandhu |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "__MSG_author__", "background": { "scripts": [ "js\/jquery-2.2.3.min.js", "js\/background.js" ] }, "browser_action": { "default_icon": "img\/icon_offline.png", "default_popup": "html\/popup.html" }, "default_locale": "en", "description": "__MSG_description__", "icons": { "128": "img\/zocial-email_128_3_0077b5_none.png", "16": "img\/zocial-email_16_3_0077b5_none.png", "48": "img\/zocial-email_48_3_0077b5_none.png" }, "manifest_version": 2, "name": "__MSG_name__", "options_page": "html\/options.html", "options_ui": { "page": "html\/options.html", "chrome_style": false, "open_in_tab": true }, "permissions": [ "*:\/\/*.linkedin.com\/", "notifications", "tabs", "storage" ], "short_name": "__MSG_shor__", "version": "0.0.0.6", "web_accessible_resources": [ "*" ] } |