GLPI Reminders

Add Reminders to GLPI

GLPI Reminders란 무엇입니까?

GLPI Reminders은(는) https://tic.gal에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add Reminders to GLPI"입니다.

확장 프로그램 스크린샷

screenshot

GLPI Reminders 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
}