Ariel予定通知

Ariel Air One Enterpriseの予定の開催時刻が近くなったら通知する

Ariel予定通知란 무엇입니까?

Ariel予定通知은(는) Takashi Sugimoto (tksugimoto)에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Ariel Air One Enterpriseの予定の開催時刻が近くなったら通知する"입니다.

Ariel予定通知 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Ariel AirOne Enterpriseの予定を通知します。

インストール後に表示される初期設定ページでページURLを設定してください。                    

확장 프로그램 기본 정보

이름 Ariel予定通知 Ariel予定通知
ID plilpjfkkcpbdidhcdaigkooelncbnhl
공식 URL https://chromewebstore.google.com/detail/ariel%E4%BA%88%E5%AE%9A%E9%80%9A%E7%9F%A5/plilpjfkkcpbdidhcdaigkooelncbnhl
설명 Ariel Air One Enterpriseの予定の開催時刻が近くなったら通知する
파일 크기 17.47 KB
설치 횟수 109
현재 버전 0.8.0
최근 업데이트 2018-06-29
출시 날짜 2018-06-28
평점 5.00/5 총 4 개의 평점
개발자 Takashi Sugimoto (tksugimoto)
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/tksugimoto/chrome-extension_ariel-schedule-notifier
지원되는 언어 ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ariel\u4e88\u5b9a\u901a\u77e5",
    "version": "0.8.0",
    "manifest_version": 2,
    "description": "Ariel Air One Enterprise\u306e\u4e88\u5b9a\u306e\u958b\u50ac\u6642\u523b\u304c\u8fd1\u304f\u306a\u3063\u305f\u3089\u901a\u77e5\u3059\u308b",
    "icons": {
        "48": "\/icon\/icon48.png",
        "128": "\/icon\/icon128.png"
    },
    "permissions": [
        "alarms",
        "storage",
        "notifications"
    ],
    "optional_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "options_page": "setting\/index.html",
    "browser_action": {
        "default_popup": "schedule\/index.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/AlarmUtil.js",
            "js\/fetchSchedule.js",
            "js\/Schedule.js",
            "background.js"
        ]
    }
}