Easy light taskmanager reminder напоминалка
Easy notify for call, deal and more
Easy light taskmanager reminder напоминалка là gì?
Easy light taskmanager reminder напоминалка là một tiện ích mở rộng Chrome được phát triển bởi sergey.munich, và tính năng chính của nó là "Easy notify for call, deal and more".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Easy light taskmanager reminder напоминалка
Tải xuống các tệp mở rộng Easy light taskmanager reminder напоминалка dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Easy light taskmanager reminder напоминалка |
ID | ijjdmpkgnehdbjmjkikikobchinppnbd |
URL Chính Thức | https://chromewebstore.google.com/detail/easy-light-taskmanager-re/ijjdmpkgnehdbjmjkikikobchinppnbd |
Mô tả | Easy notify for call, deal and more |
Kích Thước Tệp | 92.13 KB |
Số Lần Cài Đặt | 598 |
Phiên Bản Hiện Tại | 3.2.3 |
Cập Nhật Lần Cuối | 2018-02-10 |
Ngày Phát Hành | 2018-02-10 |
Đánh Giá | 4.44/5 Tổng số 16 Đánh Giá |
Nhà Phát Triển | sergey.munich |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*.*" ] } |