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
Was ist Berlin Bürgeramt Appointment Notifier?
Berlin Bürgeramt Appointment Notifier ist eine Chrome-Erweiterung, die von janekdererste entwickelt wurde, und ihr Hauptmerkmal ist "Reloads the Appointment Page of the Berlin Bürgeramt once a minute and issues a push notification if any appointments are available".
Erweiterungsscreenshots
Berlin Bürgeramt Appointment Notifier-Erweiterungs-CRX-Datei herunterladen
Laden Sie Berlin Bürgeramt Appointment Notifier-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Berlin Bürgeramt Appointment Notifier |
ID | hdenpammbfebednfldcljbieahjdphpo |
Offizielle URL | https://chromewebstore.google.com/detail/berlin-bürgeramt-termin-b/hdenpammbfebednfldcljbieahjdphpo?hl=en |
Beschreibung | Reloads the Appointment Page of the Berlin Bürgeramt once a minute and issues a push notification if any appointments are available |
Dateigröße | 69.06 KB |
Installationsanzahl | 201 |
Aktuelle Version | 1.0 |
Letztes Update | 2023-02-10 |
Veröffentlichungsdatum | 2023-02-10 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | janekdererste |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/Janekdererste/BerlinBuergeramtAppointments |
Hilfeseite URL | https://github.com/Janekdererste/BerlinBuergeramtAppointments/issues |
Unterstützte Sprachen | 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 } |