Berlin Appointment Helper

Notifies you when an appointment is available

什麼是Berlin Appointment Helper?

Berlin Appointment Helper是由https://ebureaucracy.com開發的Chrome擴展程式,該擴展的主要功能是“Notifies you when an appointment is available”。

擴展截圖

screenshot

下載Berlin Appointment Helper擴展crx文件

下載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
官方網址 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": [
                ""
            ]
        }
    ]
}