Easy light taskmanager reminder напоминалка
Easy notify for call, deal and more
Easy light taskmanager reminder напоминалка क्या है?
Easy light taskmanager reminder напоминалка sergey.munich द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easy notify for call, deal and more"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Easy light taskmanager reminder напоминалка एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 напоминалка |
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\/*.*" ] } |