Personal Notes for Gmail
Allows you to add personal notes to your mails/conversations.
Personal Notes for Gmail란 무엇입니까?
Personal Notes for Gmail은(는) Ezequiel B에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows you to add personal notes to your mails/conversations."입니다.
확장 프로그램 스크린샷
Personal Notes for Gmail 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
** 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!!
확장 프로그램 기본 정보
이름 | |
ID | nmkkjjhcmdocmcealnjjnganeohekjlk |
공식 URL | https://chrome.google.com/webstore/detail/personal-notes-for-gmail/nmkkjjhcmdocmcealnjjnganeohekjlk |
설명 | Allows you to add personal notes to your mails/conversations. |
파일 크기 | 165 KB |
설치 횟수 | 799 |
현재 버전 | 0.5.1 |
최근 업데이트 | 2014-08-10 |
출시 날짜 | 2014-08-10 |
평점 | 2.33/5 총 21 개의 평점 |
개발자 | Ezequiel B |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://twitter.com/eznibe |
지원되는 언어 | 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" } |