Berlin Bürgeramt Appointment Notifier
Reloads the Appointment Page of the Berlin Bürgeramt once a minute and issues a push notification if any appointments are available
Berlin Bürgeramt Appointment Notifier là gì?
Berlin Bürgeramt Appointment Notifier là một tiện ích mở rộng Chrome được phát triển bởi janekdererste, và tính năng chính của nó là "Reloads the Appointment Page of the Berlin Bürgeramt once a minute and issues a push notification if any appointments are available".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Berlin Bürgeramt Appointment Notifier
Tải xuống các tệp mở rộng Berlin Bürgeramt Appointment Notifier 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
This extension is made for the appointment page of Berlin's Bürgeramt. Once you are on the appointment page this plugin will reload the page every minute and create a push notification on your desktop if new appointments have become available
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Berlin Bürgeramt Appointment Notifier |
ID | hdenpammbfebednfldcljbieahjdphpo |
URL Chính Thức | https://chromewebstore.google.com/detail/berlin-bürgeramt-termin-b/hdenpammbfebednfldcljbieahjdphpo?hl=en |
Mô tả | Reloads the Appointment Page of the Berlin Bürgeramt once a minute and issues a push notification if any appointments are available |
Kích Thước Tệp | 69.06 KB |
Số Lần Cài Đặt | 201 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2023-02-10 |
Ngày Phát Hành | 2023-02-10 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | janekdererste |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/Janekdererste/BerlinBuergeramtAppointments |
URL Trang Trợ Giúp | https://github.com/Janekdererste/BerlinBuergeramtAppointments/issues |
Ngôn Ngữ Được Hỗ Trợ | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "de", "version": "1.0", "content_scripts": [ { "matches": [ "https:\/\/service.berlin.de\/terminvereinbarung\/termin\/day\/*" ], "js": [ "js\/app.js" ] } ], "background": { "service_worker": "js\/background.js" }, "permissions": [ "notifications" ], "icons": { "16": "icon_16.png", "32": "icon_32.png", "48": "icon_48.png", "128": "icon_128.png" }, "manifest_version": 3 } |