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
官方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": [
                ""
            ]
        }
    ]
}