Immonotifier: New Apartment Notifier

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

O que é Immonotifier: New Apartment Notifier?

Immonotifier: New Apartment Notifier é uma extensão do Chrome desenvolvida por https://immoscoutnotifier.com, e sua principal característica é "A Chrome extension to get notified when new search results show up on the ImmobilienScout24.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Immonotifier: New Apartment Notifier

Baixe arquivos de extensão Immonotifier: New Apartment Notifier no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Immonotifier: New Apartment Notifier Immonotifier: New Apartment Notifier
ID nmhcccoakjecenoofdonmcdigomabjnm
URL Oficial https://chromewebstore.google.com/detail/immonotifier-new-apartmen/nmhcccoakjecenoofdonmcdigomabjnm
Descrição A Chrome extension to get notified when new search results show up on the ImmobilienScout24.
Tamanho do Arquivo 301 KB
Contagem de Instalações 90
Versão Atual 0.1.3
Última Atualização 2023-03-06
Data de Publicação 2022-12-19
Desenvolvedor https://immoscoutnotifier.com
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://immoscoutnotifier.com
Idiomas Suportados 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"
}