Berlin Appointment Helper

Notifies you when an appointment is available

Berlin Appointment Helper là gì?

Berlin Appointment Helper là một tiện ích mở rộng Chrome được phát triển bởi https://ebureaucracy.com, và tính năng chính của nó là "Notifies you when an appointment is available".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Berlin Appointment Helper

Tải xuống các tệp mở rộng Berlin Appointment Helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Berlin Appointment Helper Berlin Appointment Helper
ID ngdeikpgeefjhldilcfpjnppmpaagnae
URL Chính Thức https://chromewebstore.google.com/detail/berlin-appointment-helper/ngdeikpgeefjhldilcfpjnppmpaagnae
Mô tả Notifies you when an appointment is available
Kích Thước Tệp 5.36 MB
Số Lần Cài Đặt 2,042
Phiên Bản Hiện Tại 3.4.10
Cập Nhật Lần Cuối 2024-03-05
Ngày Phát Hành 2023-02-21
Đánh Giá 4.45/5 Tổng số 20 Đánh Giá
Nhà Phát Triển https://ebureaucracy.com
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://ebureaucracy.com/germany/berlin-appointment-helper-auslanderbehorde
URL Trang Trợ Giúp https://ebureaucracy.com/berlin-appointment-helper-report-a-problem
URL Trang Chính Sách Bảo Mật https://ebureaucracy.com/browser-addon-privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}