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ファイルをダウンロード

Easy light taskmanager reminder напоминалка拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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\/*.*"
    ]
}