Ariel予定通知

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

什么是Ariel予定通知?

Ariel予定通知是由Takashi Sugimoto (tksugimoto)开发的Chrome扩展程序,该扩展的主要功能是“Ariel Air One Enterpriseの予定の開催時刻が近くなったら通知する”。

下载Ariel予定通知扩展crx文件

下载Ariel予定通知扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
        ]
    }
}