Remind Me Daily

Periodically remind yourself to off work

What is Remind Me Daily?

Remind Me Daily is a Chrome extension developed by Unknown, and its main feature is "Periodically remind yourself to off work".

Download Remind Me Daily Extension CRX File

Download Remind Me Daily extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Remind Me Daily Remind Me Daily
ID mdlggkppockhincggookkkfoibpnfpfk
Official URL https://chromewebstore.google.com/detail/remind-me-daily/mdlggkppockhincggookkkfoibpnfpfk
Description Periodically remind yourself to off work
File Size 98.79 KB
Installation Count 90
Current Version 1.0
Last Updated 2016-09-23
Publish Date 2016-09-22
Rating 3.33/5 Total 3 Ratings
Developer Unknown
Payment Type free
Extension Website http://www.wtindia.co.in
Supported Languages 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"
    ]
}