Gmail Summarization
Email summarization, read what's important.
Gmail Summarization là gì?
Gmail Summarization là một tiện ích mở rộng Chrome được phát triển bởi http://summarly.com, và tính năng chính của nó là "Email summarization, read what's important.".
Ả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 Gmail Summarization
Tải xuống các tệp mở rộng Gmail Summarization 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
An AI–powered reading assistant, that works for email conversations on Gmail, and helps to automatically summarize email threads and extract insights—highlighting important sentences and, suggesting #labels for categorizing emails. The idea, is to build an email summarizer that helps to automatically summarize email threads, by presenting a paragraph consisting of the most important sentences—these are the sentences that the user must read to get the main point of the email, where for many cases, reading the rest is unnecessary. ** privacy ** we don't store or share data with others, we respect people's data, like we do for our selfs. if you have any questions feel free to get in touch, we would love to get your feedback.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | lemikfhgbognfmidedogimihofllajni |
URL Chính Thức | https://chrome.google.com/webstore/detail/gmail-summarization/lemikfhgbognfmidedogimihofllajni |
Mô tả | Email summarization, read what's important. |
Kích Thước Tệp | 57.37 KB |
Số Lần Cài Đặt | 113 |
Phiên Bản Hiện Tại | 0.1.4 |
Cập Nhật Lần Cuối | 2019-11-16 |
Ngày Phát Hành | 2019-11-16 |
Đánh Giá | 4.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | http://summarly.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://summarly.com |
URL Trang Trợ Giúp | https://summarly.com/support/ |
URL Trang Chính Sách Bảo Mật | http://summarly.ai/privacy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gmail Summarization", "description": "Email summarization, read what's important.", "version": "0.1.4", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/inbox.google.com\/*", "https:\/\/summarly-api.herokuapp.com\/*" ], "js": [ "js\/jquery.js", "inboxsdk.js", "content.js" ], "css": [ "styles.css" ], "run_at": "document_start" } ], "web_accessible_resources": [ "lines.png" ], "background": { "scripts": [ "js\/jquery.js", "background.js" ], "persistent": false }, "permissions": [ "https:\/\/mail.google.com\/", "https:\/\/inbox.google.com\/" ], "manifest_version": 2 } |