Personal Notes for Gmail
Allows you to add personal notes to your mails/conversations.
O que é Personal Notes for Gmail?
Personal Notes for Gmail é uma extensão do Chrome desenvolvida por Ezequiel B, e sua principal característica é "Allows you to add personal notes to your mails/conversations.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Personal Notes for Gmail
Baixe arquivos de extensão Personal Notes 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
** New: Finally we show a red icon when the mail has a note! ------------------------------------------------------------------------- You want to add notes to your mails or conversations in order to remember in the future for example which was the conclusion of the conversation, which pending tasks i have related to it or why i starred this mail? Then this will be useful for you. How it works: 1. Open a mail/conversation in gmail. 2. Click on the edit notes button on the top right buttons bar (the gray pencil). 3. Enter the notes/commentaries you want for the current selected mail. 4. The notes text is automatically saved when you modify it. 5. You can close the notes popup with a click in the edit button. To know: . The notes are stored in the user computer. . It is fully integrated in the gmail tab. . Improvements coming soon!!
Informações Básicas da Extensão
Nome | |
ID | nmkkjjhcmdocmcealnjjnganeohekjlk |
URL Oficial | https://chrome.google.com/webstore/detail/personal-notes-for-gmail/nmkkjjhcmdocmcealnjjnganeohekjlk |
Descrição | Allows you to add personal notes to your mails/conversations. |
Tamanho do Arquivo | 165 KB |
Contagem de Instalações | 799 |
Versão Atual | 0.5.1 |
Última Atualização | 2014-08-10 |
Data de Publicação | 2014-08-10 |
Classificação | 2.33/5 Total de 21 Avaliações |
Desenvolvedor | Ezequiel B |
Tipo de Pagamento | free |
Site da Extensão | http://twitter.com/eznibe |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "jquery.min.js", "sugar.min.js", "jquery-history.min.js", "xdr.js", "f4g.js" ], "matches": [ "http:\/\/mail.google.com\/*", "https:\/\/mail.google.com\/*" ], "run_at": "document_end" } ], "description": "Allows you to add personal notes to your mails\/conversations.", "icons": { "16": "img\/icon.png", "48": "img\/icon.png" }, "manifest_version": 2, "name": "Personal Notes for Gmail", "permissions": [ "activeTab", "http:\/\/desc4gmail.comxa.com\/*" ], "web_accessible_resources": [ "img\/edit.png", "img\/edit_red.png", "img\/close.png" ], "version": "0.5.1" } |