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”。
扩展截图
下载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 напоминалка |
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\/*.*" ] } |