Ki a Tulaj
A Ki a Tulaj megmutatja, hogy az adott ingatlant hirdeti-e a tulajdonosa
Ki a Tulajคืออะไร?
Ki a Tulaj เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Realmonitor Kft. และคุณลักษณะหลักของมันคือ "A Ki a Tulaj megmutatja, hogy az adott ingatlant hirdeti-e a tulajdonosa"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ki a Tulaj
ดาวน์โหลดไฟล์ส่วนขยาย 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"
}
]
} | |