Personal Notes for Gmail

Allows you to add personal notes to your mails/conversations.

Personal Notes for Gmail क्या है?

Personal Notes for Gmail Ezequiel B द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows you to add personal notes to your mails/conversations."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Personal Notes for Gmail एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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!!                    

एक्सटेंशन की मूल जानकारी

नाम Personal Notes for Gmail Personal Notes for Gmail
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"
}