Property Form Filler

Easier form filling

Property Form Fillerคืออะไร?

Property Form Filler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Easy Life Labs และคุณลักษณะหลักของมันคือ "Easier form filling"

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

screenshot
screenshot
screenshot

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

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

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

                        Eases the pain of filling forms when searching for properties.

It pre-populates search details on forms saving you time on filling location, price range, number of bedrooms, houses, flats, apartments, bungalows etc.

Supported sites are Rightmove, Zoopla and OnTheMarket.                    

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

ชื่อ Property Form Filler Property Form Filler
ID anmloekdnkahnadjokocimakcklielce
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/property-form-filler/anmloekdnkahnadjokocimakcklielce
คำอธิบาย Easier form filling
ขนาดไฟล์ 19.48 KB
จำนวนการติดตั้ง 81
เวอร์ชันปัจจุบัน 1.0.0.5
อัปเดตครั้งล่าสุด 2015-01-26
วันที่เผยแพร่ 2015-01-26
คะแนน 3.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Easy Life Labs
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Property Form Filler",
    "description": "Easier form filling",
    "version": "1.0.0.5",
    "permissions": [
        "activeTab",
        "tabs",
        "http:\/\/www.rightmove.co.uk\/*",
        "http:\/\/www.zoopla.co.uk\/*",
        "https:\/\/www.onthemarket.com\/*",
        "notifications",
        "contextMenus",
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "scripts": [
            "logic\/site_handlers.js",
            "logic\/main.js",
            "logic\/global_utils.js",
            "logic\/constants.js",
            "sites\/utils.js",
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_name": "Property Form Filler",
        "default_popup": "popup\/popup.html",
        "default_icon": "images\/marker.png",
        "default_title": "Property Form Filler"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2
}