Remember The Milk for Gmail
Task management goodness.
什麼是Remember The Milk for Gmail?
Remember The Milk for Gmail是由https://www.rememberthemilk.com開發的Chrome擴展程式,該擴展的主要功能是“Task management goodness.”。
擴展截圖
下載Remember The Milk for Gmail擴展crx文件
下載Remember The Milk for Gmail擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
*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 擴展基本資訊
| 名稱 | |
| ID | hphjpfmagbhbdfhdndglcccmhdjhjjce |
| 官方網址 | 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"
]
} | |