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…
Was ist Writing Tips for Gmail from Irregardless.ly?
Writing Tips for Gmail from Irregardless.ly ist eine Chrome-Erweiterung, die von http://irregardless.ly entwickelt wurde, und ihr Hauptmerkmal ist "Check your emails against our crowdsourced style guides to catch where your writing could be simpler and clearer. If you have…".
Erweiterungsscreenshots
Writing Tips for Gmail from Irregardless.ly-Erweiterungs-CRX-Datei herunterladen
Laden Sie Writing Tips for Gmail from Irregardless.ly-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | cehofpnciifhojdclkggfkfolplhegen |
Offizielle URL | https://chrome.google.com/webstore/detail/writing-tips-for-gmail-fr/cehofpnciifhojdclkggfkfolplhegen |
Beschreibung | Check your emails against our crowdsourced style guides to catch where your writing could be simpler and clearer. If you have… |
Dateigröße | 1.42 MB |
Installationsanzahl | 33 |
Aktuelle Version | 0.1.1 |
Letztes Update | 2018-08-28 |
Veröffentlichungsdatum | 2018-08-28 |
Entwickler | http://irregardless.ly |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } |