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

Easy notify for call, deal and more

O que é Easy light taskmanager reminder напоминалка?

Easy light taskmanager reminder напоминалка é uma extensão do Chrome desenvolvida por sergey.munich, e sua principal característica é "Easy notify for call, deal and more".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Easy light taskmanager reminder напоминалка

Baixe arquivos de extensão Easy light taskmanager reminder напоминалка no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Easy light taskmanager reminder напоминалка Easy light taskmanager reminder напоминалка
ID ijjdmpkgnehdbjmjkikikobchinppnbd
URL Oficial https://chromewebstore.google.com/detail/easy-light-taskmanager-re/ijjdmpkgnehdbjmjkikikobchinppnbd
Descrição Easy notify for call, deal and more
Tamanho do Arquivo 92.13 KB
Contagem de Instalações 598
Versão Atual 3.2.3
Última Atualização 2018-02-10
Data de Publicação 2018-02-10
Classificação 4.44/5 Total de 16 Avaliações
Desenvolvedor sergey.munich
Tipo de Pagamento free
Idiomas Suportados 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\/*.*"
    ]
}