Remind Me Daily

Periodically remind yourself to off work

Wat is Remind Me Daily?

Remind Me Daily is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Periodically remind yourself to off work".

Download het CRX-bestand van de extensie Remind Me Daily

Download Remind Me Daily-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Remind me daily app is used for reminding the things daily which we neglect but important.                    

Basisinformatie over de Extensie

Naam Remind Me Daily Remind Me Daily
ID mdlggkppockhincggookkkfoibpnfpfk
Officiële URL https://chromewebstore.google.com/detail/remind-me-daily/mdlggkppockhincggookkkfoibpnfpfk
Beschrijving Periodically remind yourself to off work
Bestandsgrootte 98.79 KB
Aantal Installaties 90
Huidige Versie 1.0
Laatst Bijgewerkt 2016-09-23
Publicatiedatum 2016-09-22
Beoordeling 3.33/5 Totaal 3 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Extensiewebsite http://www.wtindia.co.in
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Remind Me Daily",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Periodically remind yourself to off work",
    "homepage_url": "http:\/\/www.wtindia.co.in",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "permissions": [
        "notifications",
        "tts"
    ],
    "web_accessible_resources": [
        "icon48.png"
    ]
}