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
Eメール [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": [
                ""
            ]
        }
    ]
}