Ki a Tulaj
A Ki a Tulaj megmutatja, hogy az adott ingatlant hirdeti-e a tulajdonosa
Hvad er Ki a Tulaj?
Ki a Tulaj er en Chrome-udvidelse udviklet af Realmonitor Kft., og dens hovedfunktion er "A Ki a Tulaj megmutatja, hogy az adott ingatlant hirdeti-e a tulajdonosa".
Udvidelsesskærmbilleder
Download Ki a Tulaj-udvidelses-CRX-fil
Download Ki a Tulaj-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Ki a Tulaj |
ID | facnmpchahlciobjnbhfkgbnpapgdimd |
Officiel URL | https://chromewebstore.google.com/detail/ki-a-tulaj/facnmpchahlciobjnbhfkgbnpapgdimd |
Beskrivelse | A Ki a Tulaj megmutatja, hogy az adott ingatlant hirdeti-e a tulajdonosa |
Filstørrelse | 422 KB |
Antal Installationer | 1,008 |
Nuværende Version | 1.0.9 |
Senest Opdateret | 2024-02-20 |
Udgivelsesdato | 2022-09-15 |
Udvikler | Realmonitor Kft. |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://www.arminimum.hu/other_resources/ARMINIMUM-adatkezelesi_tajekoztato_2.pdf?v=17401208215685 |
Understøttede Sprog | 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" } ] } |