Dafty

Unoffical improvements for Daft.ie

Daftyคืออะไร?

Dafty เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://chofter.com และคุณลักษณะหลักของมันคือ "Unoffical improvements for Daft.ie"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dafty

ดาวน์โหลดไฟล์ส่วนขยาย Dafty ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Searching for a property to rent or buy is a time consuming effort usually over
a long period of time. Daft.ie is a great website for doing this in Ireland,
as it is the default site that every puts their property on. However, the
search experience leaves something to be desired, which this extension improves.

Features

- Hide properties that you never want to see again. This can be useful if you have one or more searches that you look through regularly for changes, and you don't want to be distracted by properties you've already taken out of consideration.
- Hide entire towns. Daft lets you opt in to search towns, but does not let you do a broad search.e.g of Dublin, but exclude some areas. With Dafty you can!
- Take notes on the search page. Remind yourself of important facts regarding a property, e.g. that you've emailed the landlord, that you have an appointment etc.
- Quickly read the property details. From the search page, read the property details without having to open a new page.
- View photos. From the search page, look at the photos for the property without having to open a new page.
- Auto-Paginate. By default Daft just shows you 20 results per page. Often this is not enough, and you find yourself paging through screen after screen. This extension instead auto-fetches up to ten pages and puts them all on the screen to be scrolled through immediately. This gives you up to 200 results per screen. If there are more than 200 results, you can still click the "Next" button to see them. Allied with the "Hide" feature, this enables you to quickly scan over a regular search for any interesting changes, hiding those you're not interested in and quickly spotting any new additions.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Dafty Dafty
ID happgjoidpbmcnnjifkpgjlmicpehnnc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dafty/happgjoidpbmcnnjifkpgjlmicpehnnc
คำอธิบาย Unoffical improvements for Daft.ie
ขนาดไฟล์ 15.92 KB
จำนวนการติดตั้ง 43
เวอร์ชันปัจจุบัน 1.6
อัปเดตครั้งล่าสุด 2019-10-31
วันที่เผยแพร่ 2019-10-30
คะแนน 3.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://chofter.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://chofter.com
URL หน้าช่วยเหลือ https://chofter.com/support.php
URL หน้านโยบายความเป็นส่วนตัว https://www.maskmail.net/privacy_policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dafty",
    "version": "1.6",
    "description": "Unoffical improvements for Daft.ie",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/www.google-analytics.com\/collect*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/daft.ie\/*",
                "https:\/\/www.daft.ie\/*"
            ],
            "css": [
                "index.css"
            ],
            "js": [
                "analytics.js",
                "contentScript.js"
            ]
        },
        {
            "matches": [
                "https:\/\/daft.ie\/*df-map-view=1",
                "https:\/\/www.daft.ie\/*df-map-view=1"
            ],
            "css": [
                "mapOnly.css"
            ],
            "js": [
                "mapOnly.js"
            ]
        }
    ]
}