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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://ebureaucracy.com/berlin-appointment-helper-report-a-problem
عنوان صفحة سياسة الخصوصية 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": [
                ""
            ]
        }
    ]
}