Reminds - your desktop reminder
Create one-time or recurring reminders and never forget anything.
Vad är Reminds - your desktop reminder?
Reminds - your desktop reminder är en Chrome-tillägg utvecklad av Gram, och dess huvudfunktion är "Create one-time or recurring reminders and never forget anything.".
Tilläggsskärmbilder
Ladda ner Reminds - your desktop reminder-förlängningens CRX-fil
Ladda ner Reminds - your desktop reminder-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Reminds - you can now manage your daily tasks & reminders with one single extension. Have you ever forgotten important tasks while working/procrastinating on your computer? If the answer is yes, you need Reminds in your Chrome browser! • Reminds is an intuitive desktop reminder for everyday use and work. • You can create one-off or weekly recurring reminders with ease. • Install now and never forget anything! p.s Reminds is regularly updated to ensure you have the best user experience
Grundläggande Information om Tillägg
Namn | Reminds - your desktop reminder |
ID | jkodggbjknnjbiadigiggaajehflpnap |
Officiell webbadress | https://chromewebstore.google.com/detail/reminds-your-desktop-remi/jkodggbjknnjbiadigiggaajehflpnap |
Beskrivning | Create one-time or recurring reminders and never forget anything. |
Filstorlek | 479 KB |
Antal Installationer | 407 |
Aktuell Version | 0.0.1 |
Senast Uppdaterad | 2018-11-20 |
Publiceringsdatum | 2018-11-20 |
Betyg | 3.50/5 Totalt 2 Betyg |
Utvecklare | Gram |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "0.0.1", "short_name": "__MSG_appShortName__", "manifest_version": 2, "default_locale": "en", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "background": { "scripts": [ "scripts\/background.js" ], "persistent": true }, "browser_action": { "default_icon": { "32": "images\/icon-32.png" }, "default_title": "__MSG_browserActionTitle__", "default_popup": "pages\/popup.html" }, "web_accessible_resources": [ "pages\/**" ], "permissions": [ "alarms", "storage", "notifications" ] } |