Property Form Filler
Easier form filling
ما هو Property Form Filler؟
Property Form Filler هو إضافة Chrome تم تطويرها بواسطة Easy Life Labs، والميزة الرئيسية لها هي "Easier form filling".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Property Form Filler
قم بتنزيل ملفات الامتداد Property Form Filler بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | |
ID | anmloekdnkahnadjokocimakcklielce |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/property-form-filler/anmloekdnkahnadjokocimakcklielce |
الوصف | Easier form filling |
حجم الملف | 19.48 KB |
عدد التثبيتات | 81 |
النسخة الحالية | 1.0.0.5 |
آخر تحديث | 2015-01-26 |
تاريخ النشر | 2015-01-26 |
تقييم | 3.50/5 مجموع تقييمات 2 |
المطور | Easy Life Labs |
نوع الدفع | free |
اللغات المدعومة | 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 } |