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

What is Berlin Bürgeramt Appointment Notifier?

Berlin Bürgeramt Appointment Notifier is a Chrome extension developed by janekdererste, and its main feature is "Reloads the Appointment Page of the Berlin Bürgeramt once a minute and issues a push notification if any appointments are available".

Extension Screenshots

screenshot

Download Berlin Bürgeramt Appointment Notifier Extension CRX File

Download Berlin Bürgeramt Appointment Notifier extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Berlin Bürgeramt Appointment Notifier Berlin Bürgeramt Appointment Notifier
ID hdenpammbfebednfldcljbieahjdphpo
Official URL https://chromewebstore.google.com/detail/berlin-bürgeramt-termin-b/hdenpammbfebednfldcljbieahjdphpo?hl=en
Description Reloads the Appointment Page of the Berlin Bürgeramt once a minute and issues a push notification if any appointments are available
File Size 69.06 KB
Installation Count 201
Current Version 1.0
Last Updated 2023-02-10
Publish Date 2023-02-10
Rating 5.00/5 Total 2 Ratings
Developer janekdererste
Email [email protected]
Payment Type free
Extension Website https://github.com/Janekdererste/BerlinBuergeramtAppointments
Help Page URL https://github.com/Janekdererste/BerlinBuergeramtAppointments/issues
Supported Languages 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
}