Property Form Filler
Easier form filling
Was ist Property Form Filler?
Property Form Filler ist eine Chrome-Erweiterung, die von Easy Life Labs entwickelt wurde, und ihr Hauptmerkmal ist "Easier form filling".
Erweiterungsscreenshots
Property Form Filler-Erweiterungs-CRX-Datei herunterladen
Laden Sie Property Form Filler-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | anmloekdnkahnadjokocimakcklielce |
Offizielle URL | https://chrome.google.com/webstore/detail/property-form-filler/anmloekdnkahnadjokocimakcklielce |
Beschreibung | Easier form filling |
Dateigröße | 19.48 KB |
Installationsanzahl | 81 |
Aktuelle Version | 1.0.0.5 |
Letztes Update | 2015-01-26 |
Veröffentlichungsdatum | 2015-01-26 |
Bewertung | 3.50/5 Insgesamt 2 Bewertungen |
Entwickler | Easy Life Labs |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |