Berlin Appointment Helper

Notifies you when an appointment is available

Wat is Berlin Appointment Helper?

Berlin Appointment Helper is een Chrome-extensie ontwikkeld door https://ebureaucracy.com, en de belangrijkste functie is "Notifies you when an appointment is available".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Berlin Appointment Helper

Download Berlin Appointment Helper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        In Berlin, it is tough to get an appointment for your visa.

This extension is a designed specifically to help you achieve that goal. It automatically attempts to load the appointment selection page and plays an alarm if the calendar page is loaded. It also plays a different alarm when the session expires, so you know to restart it.

How to use the program:
1) Go to https://otv.verwalt-berlin.de/ams/TerminBuchen
2) Click "book appointment" button.
3) Click the agree checkbox.
4) Click "Next" button.
5) Fill-in the information.
6) Open the extension and press the "start" button.

Both the German and English version of the website is supported.                    

Basisinformatie over de Extensie

Naam Berlin Appointment Helper Berlin Appointment Helper
ID ngdeikpgeefjhldilcfpjnppmpaagnae
Officiële URL https://chromewebstore.google.com/detail/berlin-appointment-helper/ngdeikpgeefjhldilcfpjnppmpaagnae
Beschrijving Notifies you when an appointment is available
Bestandsgrootte 5.36 MB
Aantal Installaties 2,042
Huidige Versie 3.4.10
Laatst Bijgewerkt 2024-03-05
Publicatiedatum 2023-02-21
Beoordeling 4.45/5 Totaal 20 Beoordelingen
Ontwikkelaar https://ebureaucracy.com
E-mail [email protected]
Betalingswijze in_app
Extensiewebsite https://ebureaucracy.com/germany/berlin-appointment-helper-auslanderbehorde
Help Pagina-URL https://ebureaucracy.com/berlin-appointment-helper-report-a-problem
URL van de Privacybeleid Pagina https://ebureaucracy.com/browser-addon-privacy-policy
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Berlin Appointment Helper",
    "description": "Notifies you when an appointment is available",
    "version": "3.4.10",
    "manifest_version": 3,
    "action": {
        "default_popup": ".\/index.html#\/popup"
    },
    "options_page": ".\/index.html#\/options",
    "icons": {
        "160": ".\/assets\/icons\/is-enabled\/160.png"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "background": {
        "service_worker": "background-main.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/tones\/*.mp3"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "index.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}