Anmeldung Appointment

Book an anmeldung appointment at the Bürgeramt in Berlin

Anmeldung Appointment란 무엇입니까?

Anmeldung Appointment은(는) Renan Danton de Souza에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Book an anmeldung appointment at the Bürgeramt in Berlin"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Anmeldung Appointment 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension will help you to book an Anmeldung  appointment automatically and also send notifications in the browser when new and renewal appointments becomes available.

It is available in 6 languages:

  - Arabic                  - German                - English
  - Spanish                 - Portuguese         - Turkish
 

How to use:

1 - Click on tab Settings and then click on  "Allow Notifications" checkbox to start received push notifications about available appointments.

2 - Click on "My Data" tab inside the extension and fill your information and click on  "Save Information” button.

3 - When the extension show an available appointment click on it.

4 - Then the extension will book your appointment you have clicked in the previous step.

5 - Done! You have booked your own appointment. 🎉

We hope this extension will be useful for you 😊. 
Made With ❤️                    

확장 프로그램 기본 정보

이름 Anmeldung Appointment Anmeldung Appointment
ID oboilijccgjphkgjjhfilkfdhllkgkak
공식 URL https://chromewebstore.google.com/detail/anmeldung-appointment/oboilijccgjphkgjjhfilkfdhllkgkak
설명 Book an anmeldung appointment at the Bürgeramt in Berlin
파일 크기 861 KB
설치 횟수 124
현재 버전 1.3
최근 업데이트 2023-02-18
출시 날짜 2022-12-19
개발자 Renan Danton de Souza
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.anmeldungbooker.com
도움말 페이지 URL https://www.anmeldungbooker.com
개인정보 보호 정책 페이지 URL https://www.prospectamais.com.br/extratorzap-privacy-policy
지원되는 언어 de,en,tr,es,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "short_name": "__MSG_extensionName__",
    "version": "1.3",
    "description": "__MSG_extensionDescription__",
    "permissions": [
        "notifications",
        "tabs",
        "scripting",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "Anmeldung"
    },
    "icons": {
        "16": "images\/Germany-16.png",
        "32": "images\/Germany-32.png",
        "48": "images\/Germany-48.png",
        "128": "images\/Germany-128.png"
    },
    "host_permissions": [
        "https:\/\/*.execute-api.eu-west-1.amazonaws.com\/*",
        "https:\/\/service.berlin.de\/*",
        "*:\/\/*.facebook.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/Germany-32.png",
                "images\/anmeldung_booker.png",
                "images\/loading.gif",
                "images\/donation-jar",
                "js\/pixel.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+U",
                "mac": "Command+U"
            }
        }
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self';  object-src 'self'"
    },
    "default_locale": "en",
    "manifest_version": 3
}