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
Co je Berlin Bürgeramt Appointment Notifier?
Berlin Bürgeramt Appointment Notifier je rozšíření Chrome vyvinuté janekdererste, a jeho hlavní funkcí je „Reloads the Appointment Page of the Berlin Bürgeramt once a minute and issues a push notification if any appointments are available“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Berlin Bürgeramt Appointment Notifier
Stáhněte si soubory rozšíření Berlin Bürgeramt Appointment Notifier ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Berlin Bürgeramt Appointment Notifier |
ID | hdenpammbfebednfldcljbieahjdphpo |
Oficiální URL | https://chromewebstore.google.com/detail/berlin-bürgeramt-termin-b/hdenpammbfebednfldcljbieahjdphpo?hl=en |
Popis | Reloads the Appointment Page of the Berlin Bürgeramt once a minute and issues a push notification if any appointments are available |
Velikost souboru | 69.06 KB |
Počet instalací | 201 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2023-02-10 |
Datum Vydání | 2023-02-10 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | janekdererste |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/Janekdererste/BerlinBuergeramtAppointments |
URL Stránky Nápovědy | https://github.com/Janekdererste/BerlinBuergeramtAppointments/issues |
Podporované Jazyky | 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 } |