Ariel予定通知
Ariel Air One Enterpriseの予定の開催時刻が近くなったら通知する
Ariel予定通知 là gì?
Ariel予定通知 là một tiện ích mở rộng Chrome được phát triển bởi Takashi Sugimoto (tksugimoto), và tính năng chính của nó là "Ariel Air One Enterpriseの予定の開催時刻が近くなったら通知する".
Tải xuống tệp CRX của tiện ích mở rộng Ariel予定通知
Tải xuống các tệp mở rộng Ariel予定通知 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Ariel AirOne Enterpriseの予定を通知します。 インストール後に表示される初期設定ページでページURLを設定してください。
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Ariel予定通知 |
ID | plilpjfkkcpbdidhcdaigkooelncbnhl |
URL Chính Thức | https://chromewebstore.google.com/detail/ariel%E4%BA%88%E5%AE%9A%E9%80%9A%E7%9F%A5/plilpjfkkcpbdidhcdaigkooelncbnhl |
Mô tả | Ariel Air One Enterpriseの予定の開催時刻が近くなったら通知する |
Kích Thước Tệp | 17.47 KB |
Số Lần Cài Đặt | 109 |
Phiên Bản Hiện Tại | 0.8.0 |
Cập Nhật Lần Cuối | 2018-06-29 |
Ngày Phát Hành | 2018-06-28 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Takashi Sugimoto (tksugimoto) |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/tksugimoto/chrome-extension_ariel-schedule-notifier |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } } |