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
}