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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 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": [
                ""
            ]
        }
    ]
}