Personal Notes for Gmail
Allows you to add personal notes to your mails/conversations.
Personal Notes for Gmail là gì?
Personal Notes for Gmail là một tiện ích mở rộng Chrome được phát triển bởi Ezequiel B, và tính năng chính của nó là "Allows you to add personal notes to your mails/conversations.".
Ả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 Personal Notes for Gmail
Tải xuống các tệp mở rộng Personal Notes for Gmail 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
** New: Finally we show a red icon when the mail has a note! ------------------------------------------------------------------------- You want to add notes to your mails or conversations in order to remember in the future for example which was the conclusion of the conversation, which pending tasks i have related to it or why i starred this mail? Then this will be useful for you. How it works: 1. Open a mail/conversation in gmail. 2. Click on the edit notes button on the top right buttons bar (the gray pencil). 3. Enter the notes/commentaries you want for the current selected mail. 4. The notes text is automatically saved when you modify it. 5. You can close the notes popup with a click in the edit button. To know: . The notes are stored in the user computer. . It is fully integrated in the gmail tab. . Improvements coming soon!!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nmkkjjhcmdocmcealnjjnganeohekjlk |
URL Chính Thức | https://chrome.google.com/webstore/detail/personal-notes-for-gmail/nmkkjjhcmdocmcealnjjnganeohekjlk |
Mô tả | Allows you to add personal notes to your mails/conversations. |
Kích Thước Tệp | 165 KB |
Số Lần Cài Đặt | 799 |
Phiên Bản Hiện Tại | 0.5.1 |
Cập Nhật Lần Cuối | 2014-08-10 |
Ngày Phát Hành | 2014-08-10 |
Đánh Giá | 2.33/5 Tổng số 21 Đánh Giá |
Nhà Phát Triển | Ezequiel B |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://twitter.com/eznibe |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "jquery.min.js", "sugar.min.js", "jquery-history.min.js", "xdr.js", "f4g.js" ], "matches": [ "http:\/\/mail.google.com\/*", "https:\/\/mail.google.com\/*" ], "run_at": "document_end" } ], "description": "Allows you to add personal notes to your mails\/conversations.", "icons": { "16": "img\/icon.png", "48": "img\/icon.png" }, "manifest_version": 2, "name": "Personal Notes for Gmail", "permissions": [ "activeTab", "http:\/\/desc4gmail.comxa.com\/*" ], "web_accessible_resources": [ "img\/edit.png", "img\/edit_red.png", "img\/close.png" ], "version": "0.5.1" } |