Ki a Tulaj

A Ki a Tulaj megmutatja, hogy az adott ingatlant hirdeti-e a tulajdonosa

Ki a Tulaj là gì?

Ki a Tulaj là một tiện ích mở rộng Chrome được phát triển bởi Realmonitor Kft., và tính năng chính của nó là "A Ki a Tulaj megmutatja, hogy az adott ingatlant hirdeti-e a tulajdonosa".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ki a Tulaj

Tải xuống các tệp mở rộng Ki a Tulaj 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

                        Ez a kiegészítő az ingatlan tanácsadóknak készített Realmonitor rendszer része. Abban segíti a tanácsadót, hogy megmutatja, hogy a tanácsadó által éppen nézett ingatlanhirdetésben szereplő ingatlant hirdeti-e a tulajdonos. Ez a Realmonitor kiegészítő az ingatlan.com, a jófogás, az ingatlanbazár, az otthontérkép, az ingatlantájoló és még 28 ingatlanos oldalon működik.                    

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

Tên Ki a Tulaj Ki a Tulaj
ID facnmpchahlciobjnbhfkgbnpapgdimd
URL Chính Thức https://chromewebstore.google.com/detail/ki-a-tulaj/facnmpchahlciobjnbhfkgbnpapgdimd
Mô tả A Ki a Tulaj megmutatja, hogy az adott ingatlant hirdeti-e a tulajdonosa
Kích Thước Tệp 422 KB
Số Lần Cài Đặt 1,008
Phiên Bản Hiện Tại 1.0.9
Cập Nhật Lần Cuối 2024-02-20
Ngày Phát Hành 2022-09-15
Nhà Phát Triển Realmonitor Kft.
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.arminimum.hu/other_resources/ARMINIMUM-adatkezelesi_tajekoztato_2.pdf?v=17401208215685
Ngôn Ngữ Được Hỗ Trợ hu
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Ki a Tulaj",
    "description": "A Ki a Tulaj megmutatja, hogy az adott ingatlant hirdeti-e a tulajdonosa",
    "version": "1.0.9",
    "default_locale": "hu",
    "icons": {
        "24": "images\/who-is-the-owner-logo-24px.png",
        "48": "images\/who-is-the-owner-logo-48px.png",
        "128": "images\/who-is-the-owner-logo-128px.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_title": "Ki a Tulaj",
        "default_popup": "html\/popup.html",
        "default_icon": {
            "48": "images\/who-is-the-owner-logo-48px.png"
        }
    },
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*.arminimum.hu\/*",
        "https:\/\/*.appspot.com\/*",
        "https:\/\/*.realmonitor.hu\/*",
        "https:\/\/*.realmonitor.pl\/*",
        "https:\/\/*.realmonitor.hr\/*",
        "*:\/\/localhost\/*",
        "*:\/\/127.0.0.1\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.arminimum.hu\/*",
                "*:\/\/*.realmonitor.hu\/*",
                "*:\/\/*.realmonitor.pl\/*",
                "*:\/\/*.realmonitor.hr\/*",
                "*:\/\/localhost\/*",
                "*:\/\/127.0.0.1\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start"
        }
    ]
}