Property Form Filler

Easier form filling

什麼是Property Form Filler?

Property Form Filler是由Easy Life Labs開發的Chrome擴展程式,該擴展的主要功能是“Easier form filling”。

擴展截圖

screenshot
screenshot
screenshot

下載Property Form Filler擴展crx文件

下載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
官方網址 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
}