Ki a Tulaj
A Ki a Tulaj megmutatja, hogy az adott ingatlant hirdeti-e a tulajdonosa
什么是Ki a Tulaj?
Ki a Tulaj是由Realmonitor Kft.开发的Chrome扩展程序,该扩展的主要功能是“A Ki a Tulaj megmutatja, hogy az adott ingatlant hirdeti-e a tulajdonosa”。
扩展截图
下载Ki a Tulaj扩展crx文件
下载Ki a Tulaj扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| 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"
}
]
} | |