Property Form Filler
Easier form filling
What is Property Form Filler?
Property Form Filler is a Chrome extension developed by Easy Life Labs, and its main feature is "Easier form filling".
Extension Screenshots
Download Property Form Filler Extension CRX File
Download Property Form Filler extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | anmloekdnkahnadjokocimakcklielce |
Official URL | https://chrome.google.com/webstore/detail/property-form-filler/anmloekdnkahnadjokocimakcklielce |
Description | Easier form filling |
File Size | 19.48 KB |
Installation Count | 81 |
Current Version | 1.0.0.5 |
Last Updated | 2015-01-26 |
Publish Date | 2015-01-26 |
Rating | 3.50/5 Total 2 Ratings |
Developer | Easy Life Labs |
Payment Type | free |
Supported Languages | 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 } |