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
官方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
}