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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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. 확장 프로그램 기본 정보
| 이름 | |
| 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"
}
]
} | |