Writing Tips for Gmail from Irregardless.ly
Check your emails against our crowdsourced style guides to catch where your writing could be simpler and clearer. If you have…
Writing Tips for Gmail from Irregardless.ly क्या है?
Writing Tips for Gmail from Irregardless.ly http://irregardless.ly द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Check your emails against our crowdsourced style guides to catch where your writing could be simpler and clearer. If you have…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Writing Tips for Gmail from Irregardless.ly एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Check your emails against our crowdsourced style guides to catch where your writing could be simpler and clearer. If you have ideas for how we can improve on this beta version or run into an issue, email us at [email protected]. Only you can see when there are tips are available. Your recipients will never see an underline or a tip in your email.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | cehofpnciifhojdclkggfkfolplhegen |
आधिकारिक URL | https://chrome.google.com/webstore/detail/writing-tips-for-gmail-fr/cehofpnciifhojdclkggfkfolplhegen |
विवरण | Check your emails against our crowdsourced style guides to catch where your writing could be simpler and clearer. If you have… |
फ़ाइल का आकार | 1.42 MB |
स्थापना संख्या | 33 |
वर्तमान संस्करण | 0.1.1 |
अंतिम अपडेट | 2018-08-28 |
प्रकाशन तिथि | 2018-08-28 |
डेवलपर | http://irregardless.ly |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Writing Tips for Gmail from Irregardless.ly", "options_page": "options.html", "background": { "page": "background.html" }, "browser_action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "static\/js\/content_script.bundle.js" ] } ], "icons": { "128": "icons\/irr-128.png" }, "permissions": [ "tabs" ], "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "version": "0.1.1" } |