Remember The Milk for Gmail

Task management goodness.

Remember The Milk for Gmail क्या है?

Remember The Milk for Gmail https://www.rememberthemilk.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Task management goodness."।

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

screenshot

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

crx प्रारूप में Remember The Milk for Gmail एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        *Features*

- Manage your tasks in Gmail (complete, postpone, and edit tasks).
- Add new tasks (and connect them with your emails, contacts, and Google Calendar events).
- Automatically add tasks for starred messages or specific labels.
- For more info see: http://www.rememberthemilk.com/services/gmail/addon/features/

*Requirements*

- A Remember The Milk account (free).
- Your Gmail language setting must be US English (see Gmail settings).

*Support for Gmail changes*

Google often changes Gmail's code in ways that affect the functionality of this extension, requiring us to re-code and update our extension to support the new Gmail code. See our current support for various versions of Gmail's code: http://www.rememberthemilk.com/services/gmail/addon/status/

*Need help?*

- FAQ: http://www.rememberthemilk.com/services/gmail/addon/faq/
- Troubleshooting: http://www.rememberthemilk.com/services/gmail/addon/troubleshooting/
- Discussion Forums: http://www.rememberthemilk.com/forums/gmail/
- Help by Email: http://www.rememberthemilk.com/help/contact/support/?ctx=gmail                    

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

नाम Remember The Milk for Gmail Remember The Milk for Gmail
ID hphjpfmagbhbdfhdndglcccmhdjhjjce
आधिकारिक URL https://chromewebstore.google.com/detail/remember-the-milk-for-gma/hphjpfmagbhbdfhdndglcccmhdjhjjce
विवरण Task management goodness.
फ़ाइल का आकार 15.56 KB
स्थापना संख्या 11,514
वर्तमान संस्करण 1.0.4
अंतिम अपडेट 2014-12-16
प्रकाशन तिथि 2014-12-16
रेटिंग 3.62/5 कुल 245 रेटिंग्स
डेवलपर https://www.rememberthemilk.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.rememberthemilk.com/services/gmail/addon/
सहायता पृष्ठ URL https://www.rememberthemilk.com/services/gmail/addon/faq/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Remember The Milk for Gmail",
    "version": "1.0.4",
    "manifest_version": 2,
    "description": "Task management goodness.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "js\/rtmloader.js"
            ],
            "matches": [
                "http:\/\/mail.google.com\/*",
                "https:\/\/mail.google.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "img\/desktop_128x128.png",
        "48": "img\/desktop_48x48.png",
        "32": "img\/desktop_32x32.png",
        "16": "img\/desktop_16x16.png"
    },
    "permissions": [
        "http:\/\/www.rememberthemilk.com\/*",
        "https:\/\/www.rememberthemilk.com\/*",
        "http:\/\/www.google.com\/calendar\/feeds\/*",
        "https:\/\/www.google.com\/calendar\/feeds\/*",
        "http:\/\/mail.google.com\/mail\/*",
        "https:\/\/mail.google.com\/mail\/*"
    ],
    "web_accessible_resources": [
        "js\/frame.js"
    ]
}