Easy Mail: Word suggestions drafting emails
Get word auto suggestions while drafting emails in English or Spanish language
Easy Mail: Word suggestions drafting emails क्या है?
Easy Mail: Word suggestions drafting emails Solan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get word auto suggestions while drafting emails in English or Spanish language"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Easy Mail: Word suggestions drafting emails एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This chrome extension provides auto suggestions service while you draft emails. Languages supported are English (US), English (UK) and Spanish (ES-es). It works on major web mails like: * Gmail * Yahoo Mail * Outlook live and Office 365 mail. Its faster and lighter compare to other auto word suggestion services. Its a standalone service, it doesn't have any server or communicate to any server. It works offline too. Its intelligent enough to learn NEW words you use and suggests you back. For example, you can use it to remember phone number, invoice numbers or nouns etc which are difficult to spell. Data it remembers is stored on your browser only. To report any issue, write mail to [email protected] Thank you.
एक्सटेंशन की मूल जानकारी
नाम | Easy Mail: Word suggestions drafting emails |
ID | gggpaoacibfcnnpokbmdohjfmaakoafa |
आधिकारिक URL | https://chromewebstore.google.com/detail/easy-mail-word-suggestion/gggpaoacibfcnnpokbmdohjfmaakoafa |
विवरण | Get word auto suggestions while drafting emails in English or Spanish language |
फ़ाइल का आकार | 576 KB |
स्थापना संख्या | 250 |
वर्तमान संस्करण | 0.0.10 |
अंतिम अपडेट | 2020-01-09 |
प्रकाशन तिथि | 2020-01-08 |
रेटिंग | 4.50/5 कुल 6 रेटिंग्स |
डेवलपर | Solan |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Easy Mail: Word suggestions drafting emails", "description": "Get word auto suggestions while drafting emails in English or Spanish language", "version": "0.0.10", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": { "19": "img\/icon19.png", "38": "img\/icon38.png" }, "default_title": "Easy Write: Type in and get auto suggestions", "default_popup": "src\/popup.html" }, "background": { "scripts": [ "src\/jquery-2.1.1.min.js", "src\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/outlook.live.com\/*", "https:\/\/outlook.office365.com\/*", "https:\/\/outlook.office.com\/mail\/*", "https:\/\/*.mail.yahoo.com\/*" ], "js": [ "src\/jquery-2.1.1.min.js", "src\/content.js", "src\/caret.js", "src\/b.js" ], "all_frames": true, "match_about_blank": true } ], "permissions": [ "storage" ], "web_accessible_resources": [ "en-UK.json", "en-US.json", "es-ES.json" ] } |