Any Reminder

A Reminder and Tracking Extension which shows desktop notifications.

Any Reminder क्या है?

Any Reminder Manav Shrivastava द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Reminder and Tracking Extension which shows desktop notifications."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Any Reminder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Now never forget anything with the help of Any Reminder. Manage your day with Task reminders, add future time reminders for yourself, Any Reminder sets this for you.

Features:
✓ Set a Reminder with just a few clicks.

✓ Set a Reminder for yourself with just a few clicks like a scrum meeting, picking your son from school and many more.

✓ Add Private Reminder like maybe a Music concert near your place.

✓ Easy and friendly UI

✓ Remind for anything
Add Birthday Reminder, ToDo / Task Reminder, Anniversary Reminder, Bills Reminder, Repeat Water Reminder or any other type of reminder with just a few clicks.                    

एक्सटेंशन की मूल जानकारी

नाम Any Reminder Any Reminder
ID nhfcfemdcjlichbjbhlpkiakeeffodom
आधिकारिक URL https://chrome.google.com/webstore/detail/any-reminder/nhfcfemdcjlichbjbhlpkiakeeffodom
विवरण A Reminder and Tracking Extension which shows desktop notifications.
फ़ाइल का आकार 1.57 MB
स्थापना संख्या 151
वर्तमान संस्करण 1.0
अंतिम अपडेट 2019-09-20
प्रकाशन तिथि 2019-09-20
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर Manav Shrivastava
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Any Reminder",
    "short_name": "AnyReminder",
    "version": "1.0",
    "author": "Manav Shrivastava",
    "homepage_url": "https:\/\/github.com\/manavshrivastavagit\/AnyReminder-ChromeExtension.git",
    "description": "A Reminder and Tracking Extension which shows desktop notifications.",
    "icons": {
        "32": "icon.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png",
        "256": "icon256.png"
    },
    "permissions": [
        "storage",
        "notifications",
        "contextMenus"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "options_page": "notification_options.html",
    "background": {
        "scripts": [
            "notification_background.js",
            "eventPage.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "icon.png"
    ]
}