Gmail Summarization
Email summarization, read what's important.
Gmail Summarization क्या है?
Gmail Summarization http://summarly.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Email summarization, read what's important."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Gmail Summarization एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | lemikfhgbognfmidedogimihofllajni |
आधिकारिक URL | https://chrome.google.com/webstore/detail/gmail-summarization/lemikfhgbognfmidedogimihofllajni |
विवरण | Email summarization, read what's important. |
फ़ाइल का आकार | 57.37 KB |
स्थापना संख्या | 113 |
वर्तमान संस्करण | 0.1.4 |
अंतिम अपडेट | 2019-11-16 |
प्रकाशन तिथि | 2019-11-16 |
रेटिंग | 4.00/5 कुल 1 रेटिंग्स |
डेवलपर | http://summarly.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://summarly.com |
सहायता पृष्ठ URL | https://summarly.com/support/ |
गोपनीयता नीति पृष्ठ URL | http://summarly.ai/privacy |
समर्थित भाषाएँ | 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 } |