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…
Cos'è Writing Tips for Gmail from Irregardless.ly?
Writing Tips for Gmail from Irregardless.ly è un'estensione di Chrome sviluppata da http://irregardless.ly, e la sua funzione principale è "Check your emails against our crowdsourced style guides to catch where your writing could be simpler and clearer. If you have…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Writing Tips for Gmail from Irregardless.ly
Scarica i file di estensione Writing Tips for Gmail from Irregardless.ly in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | cehofpnciifhojdclkggfkfolplhegen |
URL Ufficiale | https://chrome.google.com/webstore/detail/writing-tips-for-gmail-fr/cehofpnciifhojdclkggfkfolplhegen |
Descrizione | Check your emails against our crowdsourced style guides to catch where your writing could be simpler and clearer. If you have… |
Dimensione del File | 1.42 MB |
Conteggio Installazioni | 33 |
Versione Corrente | 0.1.1 |
Ultimo Aggiornamento | 2018-08-28 |
Data di Pubblicazione | 2018-08-28 |
Sviluppatore | http://irregardless.ly |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |