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とは何ですか?
Berlin Bürgeramt Appointment Notifierはjanekderersteによって開発されたChromeの拡張機能で、その主な機能は「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拡張機能のCRXファイルをダウンロード
Berlin Bürgeramt Appointment Notifier拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | Berlin Bürgeramt Appointment Notifier |
ID | hdenpammbfebednfldcljbieahjdphpo |
公式URL | https://chromewebstore.google.com/detail/berlin-bürgeramt-termin-b/hdenpammbfebednfldcljbieahjdphpo?hl=en |
説明 | Reloads the Appointment Page of the Berlin Bürgeramt once a minute and issues a push notification if any appointments are available |
ファイルサイズ | 69.06 KB |
インストール数 | 201 |
現在のバージョン | 1.0 |
最終更新日 | 2023-02-10 |
公開日 | 2023-02-10 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | janekdererste |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/Janekdererste/BerlinBuergeramtAppointments |
ヘルプページのURL | https://github.com/Janekdererste/BerlinBuergeramtAppointments/issues |
対応言語 | 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 } |