Property Form Filler

Easier form filling

Wat is Property Form Filler?

Property Form Filler is een Chrome-extensie ontwikkeld door Easy Life Labs, en de belangrijkste functie is "Easier form filling".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Property Form Filler

Download Property Form Filler-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Property Form Filler Property Form Filler
ID anmloekdnkahnadjokocimakcklielce
Officiële URL https://chrome.google.com/webstore/detail/property-form-filler/anmloekdnkahnadjokocimakcklielce
Beschrijving Easier form filling
Bestandsgrootte 19.48 KB
Aantal Installaties 81
Huidige Versie 1.0.0.5
Laatst Bijgewerkt 2015-01-26
Publicatiedatum 2015-01-26
Beoordeling 3.50/5 Totaal 2 Beoordelingen
Ontwikkelaar Easy Life Labs
Betalingswijze free
Ondersteunde Talen 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
}