Anmeldung Appointment

Book an anmeldung appointment at the Bürgeramt in Berlin

Anmeldung Appointment क्या है?

Anmeldung Appointment Renan Danton de Souza द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Book an anmeldung appointment at the Bürgeramt in Berlin"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Anmeldung Appointment एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}