Immonotifier: New Apartment Notifier

A Chrome extension to get notified when new search results show up on the ImmobilienScout24.

Immonotifier: New Apartment Notifier क्या है?

Immonotifier: New Apartment Notifier https://immoscoutnotifier.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Chrome extension to get notified when new search results show up on the ImmobilienScout24."।

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Immonotifier: New Apartment Notifier एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Need to check Immobilienscout24 all the time but don't have time? Just set a page refresh timer with this extension on the Immoscout search page and it will tell you when a new apartment in your search results show up. 

Apply apartments early, maximize your chances!                    

एक्सटेंशन की मूल जानकारी

नाम Immonotifier: New Apartment Notifier Immonotifier: New Apartment Notifier
ID nmhcccoakjecenoofdonmcdigomabjnm
आधिकारिक URL https://chromewebstore.google.com/detail/immonotifier-new-apartmen/nmhcccoakjecenoofdonmcdigomabjnm
विवरण A Chrome extension to get notified when new search results show up on the ImmobilienScout24.
फ़ाइल का आकार 301 KB
स्थापना संख्या 90
वर्तमान संस्करण 0.1.3
अंतिम अपडेट 2023-03-06
प्रकाशन तिथि 2022-12-19
डेवलपर https://immoscoutnotifier.com
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://immoscoutnotifier.com
समर्थित भाषाएँ de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_extensionDescription__",
    "version": "0.1.3",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "default_locale": "en",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Immobilienscout24 Refesher Extension",
        "default_icon": "immoscout-notifier-32.png"
    },
    "icons": {
        "32": "immoscout-notifier-32.png",
        "128": "immoscout-notifier-128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "notifications",
        "offscreen"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.immobilienscout24.de\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        },
        {
            "matches": [
                "https:\/\/extensionpay.com\/*"
            ],
            "js": [
                "ExtPay.bundle.js"
            ],
            "run_at": "document_start"
        }
    ],
    "devtools_page": "devtools.html"
}