Email reading time for Gmail
Medium's like reading time estimation for your Gmail.
Email reading time for Gmail क्या है?
Email reading time for Gmail http://summarly.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Medium's like reading time estimation for your Gmail."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Email reading time for Gmail एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
It helps you estimate how long an email will take to read. Calculation is based on the average adult reading speed that around 200 words per minute (wpm). Estimated email reading time increases productivity, by prioritizing what to read. Features + We help you by adding the read-time estimation at the end of your email subject, before you send your email + We show read-time estimation, on any email in your inbox–displayed under the email subject Change-log + Version 0.1.3 – Show read-time, when you click to read an email. Privacy We don't store or process any data server–side, everything is processed on the client-browser. If you have any problems or feedback, write to us at [email protected]
एक्सटेंशन की मूल जानकारी
नाम | |
ID | mmfmecanbhgllpfbgndhhhdjkamihekp |
आधिकारिक URL | https://chrome.google.com/webstore/detail/email-reading-time-for-gm/mmfmecanbhgllpfbgndhhhdjkamihekp |
विवरण | Medium's like reading time estimation for your Gmail. |
फ़ाइल का आकार | 137 KB |
स्थापना संख्या | 311 |
वर्तमान संस्करण | 0.1.3 |
अंतिम अपडेट | 2019-11-06 |
प्रकाशन तिथि | 2019-11-05 |
रेटिंग | 5.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": "Email reading time for Gmail", "description": "Medium's like reading time estimation for your Gmail.", "version": "0.1.3", "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/inbox.google.com\/*" ], "js": [ "inboxsdk.js", "content.js", "js\/jquery.js", "js\/compromise.min.js" ], "css": [ "styles.css" ], "run_at": "document_start" } ], "browser_action": { "default_icon": "time.png" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "web_accessible_resources": [ "time.png", "icon16.png" ], "permissions": [ "https:\/\/mail.google.com\/", "https:\/\/inbox.google.com\/" ], "manifest_version": 2 } |