Easy light taskmanager reminder напоминалка

Easy notify for call, deal and more

Easy light taskmanager reminder напоминалка란 무엇입니까?

Easy light taskmanager reminder напоминалка은(는) sergey.munich에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easy notify for call, deal and more"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Easy light taskmanager reminder напоминалка 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Easy reminder, task manager.
Make reminders easy and quickly. Just control your time. Doesn't loose nothing important. 
Snooze reminders easily. Tasks will automatically be synced to any Chrome browser that the user is logged into, provided the user has sync enabled.
In the popup, you can add, delete and edit your tasks. You can also disable the notification.

## For correctly working notification set "disable" flag chrome://flags/#enable-native-notifications 

Напоминалка, чтобы не забыть важного. 
Создавайте напоминания легко и быстро и не пропустите важное дело или звонок.
Задачи будут автоматически синхронизированы в любом браузере, в котором произведен логин и установлена синхронизация.
О важном деле напомнит всплывающее окно.

## Для корректной работы уведомлений установите флаг в "disable" chrome://flags/#enable-native-notifications 

## new in version
3.2.2 automatically sync all users Chrome browser                    

확장 프로그램 기본 정보

이름 Easy light taskmanager reminder напоминалка Easy light taskmanager reminder напоминалка
ID ijjdmpkgnehdbjmjkikikobchinppnbd
공식 URL https://chromewebstore.google.com/detail/easy-light-taskmanager-re/ijjdmpkgnehdbjmjkikikobchinppnbd
설명 Easy notify for call, deal and more
파일 크기 92.13 KB
설치 횟수 598
현재 버전 3.2.3
최근 업데이트 2018-02-10
출시 날짜 2018-02-10
평점 4.44/5 총 16 개의 평점
개발자 sergey.munich
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy light taskmanager reminder \u043d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043b\u043a\u0430",
    "description": "Easy notify for call, deal and more",
    "short_name": "Reminder \u043d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043b\u043a\u0430",
    "version": "3.2.3",
    "manifest_version": 2,
    "icons": {
        "128": "icon.png",
        "48": "icon.png",
        "16": "19x19.png"
    },
    "browser_action": {
        "default_title": "Reminder",
        "default_icon": {
            "19": "19x19.png",
            "38": "38x38.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "notifications",
        "alarms",
        "storage"
    ],
    "background": {
        "scripts": [
            "bg.js",
            "eventPage.js",
            "src\/jquery-1.11.2.min.js",
            "popup.js",
            "src\/pikaday.min.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "css\/*.*",
        "font\/*.*",
        "scr\/*.*"
    ]
}