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."입니다.

확장 프로그램 스크린샷

screenshot

Remember The Milk for Gmail 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}