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…
O que é Writing Tips for Gmail from Irregardless.ly?
Writing Tips for Gmail from Irregardless.ly é uma extensão do Chrome desenvolvida por http://irregardless.ly, e sua principal característica é "Check your emails against our crowdsourced style guides to catch where your writing could be simpler and clearer. If you have…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Writing Tips for Gmail from Irregardless.ly
Baixe arquivos de extensão Writing Tips for Gmail from Irregardless.ly no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | cehofpnciifhojdclkggfkfolplhegen |
URL Oficial | https://chrome.google.com/webstore/detail/writing-tips-for-gmail-fr/cehofpnciifhojdclkggfkfolplhegen |
Descrição | Check your emails against our crowdsourced style guides to catch where your writing could be simpler and clearer. If you have… |
Tamanho do Arquivo | 1.42 MB |
Contagem de Instalações | 33 |
Versão Atual | 0.1.1 |
Última Atualização | 2018-08-28 |
Data de Publicação | 2018-08-28 |
Desenvolvedor | http://irregardless.ly |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } |