Remember The Milk for Gmail
Task management goodness.
Was ist Remember The Milk for Gmail?
Remember The Milk for Gmail ist eine Chrome-Erweiterung, die von https://www.rememberthemilk.com entwickelt wurde, und ihr Hauptmerkmal ist "Task management goodness.".
Erweiterungsscreenshots
Remember The Milk for Gmail-Erweiterungs-CRX-Datei herunterladen
Laden Sie Remember The Milk for Gmail-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
*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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | hphjpfmagbhbdfhdndglcccmhdjhjjce |
| Offizielle URL | https://chromewebstore.google.com/detail/remember-the-milk-for-gma/hphjpfmagbhbdfhdndglcccmhdjhjjce |
| Beschreibung | Task management goodness. |
| Dateigröße | 15.56 KB |
| Installationsanzahl | 11,514 |
| Aktuelle Version | 1.0.4 |
| Letztes Update | 2014-12-16 |
| Veröffentlichungsdatum | 2014-12-16 |
| Bewertung | 3.62/5 Insgesamt 245 Bewertungen |
| Entwickler | https://www.rememberthemilk.com |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.rememberthemilk.com/services/gmail/addon/ |
| Hilfeseite URL | https://www.rememberthemilk.com/services/gmail/addon/faq/ |
| Unterstützte Sprachen | 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"
]
} | |