Ki a Tulaj
A Ki a Tulaj megmutatja, hogy az adott ingatlant hirdeti-e a tulajdonosa
Ki a Tulaj क्या है?
Ki a Tulaj Realmonitor Kft. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Ki a Tulaj megmutatja, hogy az adott ingatlant hirdeti-e a tulajdonosa"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Ki a Tulaj एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Ki a Tulaj |
ID | facnmpchahlciobjnbhfkgbnpapgdimd |
आधिकारिक URL | https://chromewebstore.google.com/detail/ki-a-tulaj/facnmpchahlciobjnbhfkgbnpapgdimd |
विवरण | A Ki a Tulaj megmutatja, hogy az adott ingatlant hirdeti-e a tulajdonosa |
फ़ाइल का आकार | 422 KB |
स्थापना संख्या | 1,008 |
वर्तमान संस्करण | 1.0.9 |
अंतिम अपडेट | 2024-02-20 |
प्रकाशन तिथि | 2022-09-15 |
डेवलपर | Realmonitor Kft. |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://www.arminimum.hu/other_resources/ARMINIMUM-adatkezelesi_tajekoztato_2.pdf?v=17401208215685 |
समर्थित भाषाएँ | 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" } ] } |