Immonotifier: New Apartment Notifier

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

Immonotifier: New Apartment Notifier là gì?

Immonotifier: New Apartment Notifier là một tiện ích mở rộng Chrome được phát triển bởi https://immoscoutnotifier.com, và tính năng chính của nó là "A Chrome extension to get notified when new search results show up on the ImmobilienScout24.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Immonotifier: New Apartment Notifier

Tải xuống các tệp mở rộng Immonotifier: New Apartment Notifier dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Immonotifier: New Apartment Notifier Immonotifier: New Apartment Notifier
ID nmhcccoakjecenoofdonmcdigomabjnm
URL Chính Thức https://chromewebstore.google.com/detail/immonotifier-new-apartmen/nmhcccoakjecenoofdonmcdigomabjnm
Mô tả A Chrome extension to get notified when new search results show up on the ImmobilienScout24.
Kích Thước Tệp 301 KB
Số Lần Cài Đặt 90
Phiên Bản Hiện Tại 0.1.3
Cập Nhật Lần Cuối 2023-03-06
Ngày Phát Hành 2022-12-19
Nhà Phát Triển https://immoscoutnotifier.com
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://immoscoutnotifier.com
Ngôn Ngữ Được Hỗ Trợ 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"
}