Batch Reply for GMail
Adds button to reply to all selected conversations on Gmail™.
O que é Batch Reply for GMail?
Batch Reply for GMail é uma extensão do Chrome desenvolvida por mjbauer95, e sua principal característica é "Adds button to reply to all selected conversations on Gmail™.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Batch Reply for GMail
Baixe arquivos de extensão Batch Reply for GMail 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
Adds a reply button to the UI of Gmail™ to allow users to reply to a set of emails with the same response. Useful if you get many similar emails requiring the same response for each.
Informações Básicas da Extensão
Nome | Batch Reply for GMail |
ID | jkeciloajjlchlmbjjogifpdkljppbei |
URL Oficial | https://chromewebstore.google.com/detail/batch-reply-for-gmail/jkeciloajjlchlmbjjogifpdkljppbei |
Descrição | Adds button to reply to all selected conversations on Gmail™. |
Tamanho do Arquivo | 37.19 KB |
Contagem de Instalações | 11,565 |
Versão Atual | 7 |
Última Atualização | 2015-05-28 |
Data de Publicação | 2015-05-28 |
Classificação | 2.50/5 Total de 129 Avaliações |
Desenvolvedor | mjbauer95 |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Batch Reply for GMail", "description": "Adds button to reply to all selected conversations on Gmail\u2122.", "version": "7", "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/inbox.google.com\/*" ], "js": [ "inboxsdk.js", "reply.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "reply.png" ], "permissions": [ "https:\/\/mail.google.com\/", "https:\/\/inbox.google.com\/" ], "manifest_version": 2 } |