Berlin Appointment Helper

Notifies you when an appointment is available

Что такое Berlin Appointment Helper?

Berlin Appointment Helper - это расширение Chrome, разработанное https://ebureaucracy.com, и его основная функция - "Notifies you when an appointment is available".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Berlin Appointment Helper

Скачайте файлы расширений Berlin Appointment Helper в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Berlin Appointment Helper Berlin Appointment Helper
ID ngdeikpgeefjhldilcfpjnppmpaagnae
Официальный URL https://chromewebstore.google.com/detail/berlin-appointment-helper/ngdeikpgeefjhldilcfpjnppmpaagnae
Описание Notifies you when an appointment is available
Размер файла 5.36 MB
Количество установок 2,042
Текущая Версия 3.4.10
Последнее Обновление 2024-03-05
Дата публикации 2023-02-21
Рейтинг 4.45/5 Всего 20 оценок
Разработчик https://ebureaucracy.com
Электронная почта [email protected]
Тип оплаты in_app
Официальный сайт расширения https://ebureaucracy.com/germany/berlin-appointment-helper-auslanderbehorde
URL страницы помощи https://ebureaucracy.com/berlin-appointment-helper-report-a-problem
URL страницы политики конфиденциальности https://ebureaucracy.com/browser-addon-privacy-policy
Поддерживаемые языки 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": [
                ""
            ]
        }
    ]
}