GLPI Reminders

Add Reminders to GLPI

什麼是GLPI Reminders?

GLPI Reminders是由https://tic.gal開發的Chrome擴展程式,該擴展的主要功能是“Add Reminders to GLPI”。

擴展截圖

screenshot

下載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 GLPI Reminders
ID nppohjmfdbpkfmenclcalicmdhmpnfpp
官方網址 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"
}