Property Form Filler
Easier form filling
Apa itu Property Form Filler?
Property Form Filler adalah ekstensi Chrome yang dikembangkan oleh Easy Life Labs, dan fitur utamanya adalah "Easier form filling".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Property Form Filler
Unduh file ekstensi Property Form Filler dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | anmloekdnkahnadjokocimakcklielce |
URL Resmi | https://chrome.google.com/webstore/detail/property-form-filler/anmloekdnkahnadjokocimakcklielce |
Deskripsi | Easier form filling |
Ukuran File | 19.48 KB |
Jumlah Instalasi | 81 |
Versi Saat Ini | 1.0.0.5 |
Terakhir Diperbarui | 2015-01-26 |
Tanggal Publikasi | 2015-01-26 |
Penilaian | 3.50/5 Total 2 Penilaian |
Pengembang | Easy Life Labs |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |