GLPI Reminders

Add Reminders to GLPI

GLPI Reminders क्या है?

GLPI Reminders https://tic.gal द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add Reminders to GLPI"।

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

screenshot

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

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

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

                        GLPI Reminders integrates GLPI's personal reminders into Google Chrome, to be used as a task management tool.
With this extension a user can:
*Add new “to do” reminders
*View existing “to do” reminders
*Mark them as “Done”
*Access full reminders details with in their GLPI instance with a click.

New on 1.2.0.
*Security: Token is now stored as a password
*Fix: Now title escapes double quotes, avoid JSON error
*Enhancement: When a reminder is checked as done, visibility end date is updated accordingly with current date-time, avoiding cluttering GLPI home page

GLPI Reminders is currently in English and Spanish.                    

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

नाम GLPI Reminders GLPI Reminders
ID nppohjmfdbpkfmenclcalicmdhmpnfpp
आधिकारिक URL https://chromewebstore.google.com/detail/glpi-reminders/nppohjmfdbpkfmenclcalicmdhmpnfpp
विवरण Add Reminders to GLPI
फ़ाइल का आकार 17.81 KB
स्थापना संख्या 593
वर्तमान संस्करण 1.2.0
अंतिम अपडेट 2019-04-05
प्रकाशन तिथि 2019-04-05
रेटिंग 2.00/5 कुल 1 रेटिंग्स
डेवलपर https://tic.gal
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://tic.gal/en/project/glpi-reminders-first-glpi-browser-extension-for-google-chrome-mozilla-firefox/
समर्थित भाषाएँ en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GLPI Reminders",
    "version": "1.2.0",
    "description": "__MSG_manifestDescription__",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "GLPI Reminders",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png"
        }
    },
    "author": "TICgal",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "default_locale": "en"
}