Property Form Filler
Easier form filling
Cos'è Property Form Filler?
Property Form Filler è un'estensione di Chrome sviluppata da Easy Life Labs, e la sua funzione principale è "Easier form filling".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Property Form Filler
Scarica i file di estensione Property Form Filler in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | anmloekdnkahnadjokocimakcklielce |
URL Ufficiale | https://chrome.google.com/webstore/detail/property-form-filler/anmloekdnkahnadjokocimakcklielce |
Descrizione | Easier form filling |
Dimensione del File | 19.48 KB |
Conteggio Installazioni | 81 |
Versione Corrente | 1.0.0.5 |
Ultimo Aggiornamento | 2015-01-26 |
Data di Pubblicazione | 2015-01-26 |
Valutazione | 3.50/5 Totale 2 Valutazioni |
Sviluppatore | Easy Life Labs |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |