Property Form Filler
Easier form filling
Property Form Filler là gì?
Property Form Filler là một tiện ích mở rộng Chrome được phát triển bởi Easy Life Labs, và tính năng chính của nó là "Easier form filling".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Property Form Filler
Tải xuống các tệp mở rộng Property Form Filler dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | anmloekdnkahnadjokocimakcklielce |
URL Chính Thức | https://chrome.google.com/webstore/detail/property-form-filler/anmloekdnkahnadjokocimakcklielce |
Mô tả | Easier form filling |
Kích Thước Tệp | 19.48 KB |
Số Lần Cài Đặt | 81 |
Phiên Bản Hiện Tại | 1.0.0.5 |
Cập Nhật Lần Cuối | 2015-01-26 |
Ngày Phát Hành | 2015-01-26 |
Đánh Giá | 3.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Easy Life Labs |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |