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ファイルをダウンロード
Personal Notes for Gmail拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
** 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" } |