Berlin Appointment Helper

Notifies you when an appointment is available

Cos'è Berlin Appointment Helper?

Berlin Appointment Helper è un'estensione di Chrome sviluppata da https://ebureaucracy.com, e la sua funzione principale è "Notifies you when an appointment is available".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Berlin Appointment Helper

Scarica i file di estensione Berlin Appointment Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Berlin Appointment Helper Berlin Appointment Helper
ID ngdeikpgeefjhldilcfpjnppmpaagnae
URL Ufficiale https://chromewebstore.google.com/detail/berlin-appointment-helper/ngdeikpgeefjhldilcfpjnppmpaagnae
Descrizione Notifies you when an appointment is available
Dimensione del File 5.36 MB
Conteggio Installazioni 2,042
Versione Corrente 3.4.10
Ultimo Aggiornamento 2024-03-05
Data di Pubblicazione 2023-02-21
Valutazione 4.45/5 Totale 20 Valutazioni
Sviluppatore https://ebureaucracy.com
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://ebureaucracy.com/germany/berlin-appointment-helper-auslanderbehorde
URL della Pagina di Aiuto https://ebureaucracy.com/berlin-appointment-helper-report-a-problem
URL della Pagina della Politica sulla Privacy https://ebureaucracy.com/browser-addon-privacy-policy
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}