Property Form Filler

Easier form filling

Co to jest Property Form Filler?

Property Form Filler to rozszerzenie Chrome opracowane przez Easy Life Labs, a jego główną funkcją jest „Easier form filling”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Property Form Filler

Pobierz pliki rozszerzeń Property Form Filler w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Property Form Filler Property Form Filler
ID anmloekdnkahnadjokocimakcklielce
Oficjalny URL https://chrome.google.com/webstore/detail/property-form-filler/anmloekdnkahnadjokocimakcklielce
Opis Easier form filling
Rozmiar pliku 19.48 KB
Liczba instalacji 81
Aktualna Wersja 1.0.0.5
Ostatnia Aktualizacja 2015-01-26
Data Publikacji 2015-01-26
Ocena 3.50/5 Łącznie 2 Oceny
Deweloper Easy Life Labs
Typ Płatności free
Obsługiwane Języki 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
}