Immonotifier: New Apartment Notifier

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

Wat is Immonotifier: New Apartment Notifier?

Immonotifier: New Apartment Notifier is een Chrome-extensie ontwikkeld door https://immoscoutnotifier.com, en de belangrijkste functie is "A Chrome extension to get notified when new search results show up on the ImmobilienScout24.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Immonotifier: New Apartment Notifier

Download Immonotifier: New Apartment Notifier-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Immonotifier: New Apartment Notifier Immonotifier: New Apartment Notifier
ID nmhcccoakjecenoofdonmcdigomabjnm
Officiële URL https://chromewebstore.google.com/detail/immonotifier-new-apartmen/nmhcccoakjecenoofdonmcdigomabjnm
Beschrijving A Chrome extension to get notified when new search results show up on the ImmobilienScout24.
Bestandsgrootte 301 KB
Aantal Installaties 90
Huidige Versie 0.1.3
Laatst Bijgewerkt 2023-03-06
Publicatiedatum 2022-12-19
Ontwikkelaar https://immoscoutnotifier.com
E-mail [email protected]
Betalingswijze in_app
Extensiewebsite https://immoscoutnotifier.com
Ondersteunde Talen 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"
}