Reminds - your desktop reminder

Create one-time or recurring reminders and never forget anything.

¿Qué es Reminds - your desktop reminder?

Reminds - your desktop reminder es una extensión de Chrome desarrollada por Gram, y su función principal es "Create one-time or recurring reminders and never forget anything.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Reminds - your desktop reminder

Descarga archivos de extensión Reminds - your desktop reminder en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Reminds - your desktop reminder Reminds - your desktop reminder
ID jkodggbjknnjbiadigiggaajehflpnap
URL Oficial https://chromewebstore.google.com/detail/reminds-your-desktop-remi/jkodggbjknnjbiadigiggaajehflpnap
Descripción Create one-time or recurring reminders and never forget anything.
Tamaño del Archivo 479 KB
Cantidad de Instalaciones 407
Versión Actual 0.0.1
Última Actualización 2018-11-20
Fecha de Publicación 2018-11-20
Calificación 3.50/5 Total de 2 Calificaciones
Desarrollador Gram
Tipo de Pago free
Idiomas Soportados 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"
    ]
}