GLPI Reminders
Add Reminders to GLPI
GLPI Remindersとは何ですか?
GLPI Remindersはhttps://tic.galによって開発されたChromeの拡張機能で、その主な機能は「Add Reminders to GLPI」です。
拡張機能のスクリーンショット
GLPI Reminders拡張機能のCRXファイルをダウンロード
GLPI Reminders拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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" } |