Berlin Appointment Helper

Notifies you when an appointment is available

Berlin Appointment Helperคืออะไร?

Berlin Appointment Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ebureaucracy.com และคุณลักษณะหลักของมันคือ "Notifies you when an appointment is available"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Berlin Appointment Helper

ดาวน์โหลดไฟล์ส่วนขยาย 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": [
                ""
            ]
        }
    ]
}