Finn.no Property Map Assistant

Marks finn.no property map search results as "hidden" or "saved".

Finn.no Property Map Assistantคืออะไร?

Finn.no Property Map Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย finn.property.map.assistant และคุณลักษณะหลักของมันคือ "Marks finn.no property map search results as "hidden" or "saved"."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Finn.no Property Map Assistant

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

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

                        This extension allows you to mark properties on finn.no's map as "hidden" or "saved". The following actions are available upon clicking a property icon:

- "Hide": places a crossed-out icon over the top of the property. You will see this icon every time the map reloads (assuming it's zoomed in enough), until you click "Unhide".

- "Save": places a heart icon over the top of the property. You will see this icon every time the map reloads (assuming it's zoomed in enough), until you click "Unsave".

- "Copy": copies extension data to the clipboard so that it can be backed up (e.g. with Dropbox).

- "Import": imports extension data from the text field, replacing all existing data. Should only be used after copying data with the "Copy" button, but you can also clear the text field and click "Import" if you want to clear all of your hidden and saved properties.

The extension data uses Chrome's local storage, which provides 51 times more storage than sync storage. This means your hidden and saved results will be not be synced across all of your devices, but the copy and import functionality can be used to back up your data manually.

If two or more people are using the extension and wish to merge their saved/hidden properties, they can use this form:

https://jsfiddle.net/0khx2t89/16/

Conflicts (where a property is both saved and hidden) will show up as a yellow exclamation mark (!).

Notes and Known Issues:

- This extension should work with other type of searches (cars, jobs, etc.), but has only been tested with property searches.
- There is currently no support for "grouped" results (like the regular property icon, but with a "+").

Feedback can be sent to:

[email protected]                    

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

ชื่อ Finn.no Property Map Assistant Finn.no Property Map Assistant
ID nkiopohghgcpegeegfoheooaafaclcll
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/finnno-property-map-assis/nkiopohghgcpegeegfoheooaafaclcll
คำอธิบาย Marks finn.no property map search results as "hidden" or "saved".
ขนาดไฟล์ 9.74 KB
จำนวนการติดตั้ง 40
เวอร์ชันปัจจุบัน 1.2.2
อัปเดตครั้งล่าสุด 2016-04-30
วันที่เผยแพร่ 2016-04-30
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา finn.property.map.assistant
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Finn.no Property Map Assistant",
    "description": "Marks finn.no property map search results as \"hidden\" or \"saved\".",
    "version": "1.2.2",
    "permissions": [
        "http:\/\/kart.finn.no\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/kart.finn.no\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/*.png"
    ]
}