Ki a Tulaj
A Ki a Tulaj megmutatja, hogy az adott ingatlant hirdeti-e a tulajdonosa
Cos'è Ki a Tulaj?
Ki a Tulaj è un'estensione di Chrome sviluppata da Realmonitor Kft., e la sua funzione principale è "A Ki a Tulaj megmutatja, hogy az adott ingatlant hirdeti-e a tulajdonosa".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Ki a Tulaj
Scarica i file di estensione Ki a Tulaj in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | facnmpchahlciobjnbhfkgbnpapgdimd |
| URL Ufficiale | https://chromewebstore.google.com/detail/ki-a-tulaj/facnmpchahlciobjnbhfkgbnpapgdimd |
| Descrizione | A Ki a Tulaj megmutatja, hogy az adott ingatlant hirdeti-e a tulajdonosa |
| Dimensione del File | 422 KB |
| Conteggio Installazioni | 1,008 |
| Versione Corrente | 1.0.9 |
| Ultimo Aggiornamento | 2024-02-20 |
| Data di Pubblicazione | 2022-09-15 |
| Sviluppatore | Realmonitor Kft. |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | https://www.arminimum.hu/other_resources/ARMINIMUM-adatkezelesi_tajekoztato_2.pdf?v=17401208215685 |
| Lingue Supportate | 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"
}
]
} | |