GLPI Reminders
Add Reminders to GLPI
Qu'est-ce que GLPI Reminders ?
GLPI Reminders est une extension Chrome développée par https://tic.gal, et sa fonction principale est "Add Reminders to GLPI".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GLPI Reminders
Téléchargez les fichiers d'extension GLPI Reminders au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | GLPI Reminders |
ID | nppohjmfdbpkfmenclcalicmdhmpnfpp |
URL Officiel | https://chromewebstore.google.com/detail/glpi-reminders/nppohjmfdbpkfmenclcalicmdhmpnfpp |
Description | Add Reminders to GLPI |
Taille du Fichier | 17.81 KB |
Nombre d'Installations | 593 |
Version Actuelle | 1.2.0 |
Dernière Mise à Jour | 2019-04-05 |
Date de Publication | 2019-04-05 |
Évaluation | 2.00/5 Total 1 Évaluations |
Développeur | https://tic.gal |
Type de Paiement | free |
Site Web de l'Extension | https://tic.gal/en/project/glpi-reminders-first-glpi-browser-extension-for-google-chrome-mozilla-firefox/ |
Langues Prises en Charge | 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" } |