Commute Time (for Rightmove & Zoopla)

Search commute times from RightMove and Zoopla

Co to jest Commute Time (for Rightmove & Zoopla)?

Commute Time (for Rightmove & Zoopla) to rozszerzenie Chrome opracowane przez Mikey, a jego główną funkcją jest „Search commute times from RightMove and Zoopla”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Commute Time (for Rightmove & Zoopla)

Pobierz pliki rozszerzeń Commute Time (for Rightmove & Zoopla) 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

                        Quickly find out your commute time from properties on Zoopla and Rightmove. Make your search for property in the UK more efficient.                    

Podstawowe informacje o rozszerzeniu

Nazwa Commute Time (for Rightmove & Zoopla) Commute Time (for Rightmove & Zoopla)
ID oiicpghmoodgebjoigmmopghpckbddcm
Oficjalny URL https://chromewebstore.google.com/detail/commute-time-for-rightmov/oiicpghmoodgebjoigmmopghpckbddcm
Opis Search commute times from RightMove and Zoopla
Rozmiar pliku 33.53 KB
Liczba instalacji 334
Aktualna Wersja 0.4.3
Ostatnia Aktualizacja 2017-09-09
Data Publikacji 2017-09-09
Ocena 3.00/5 Łącznie 4 Oceny
Deweloper Mikey
Typ Płatności free
Obsługiwane Języki en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Commute Time (for Rightmove & Zoopla)",
    "version": "0.4.3",
    "description": "Search commute times from RightMove and Zoopla",
    "icons": {
        "16": "app\/assets\/images\/16.png",
        "48": "app\/assets\/images\/48.png",
        "128": "app\/assets\/images\/128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "http:\/\/www.zoopla.co.uk\/*",
                "http:\/\/www.rightmove.co.uk\/*",
                "https:\/\/www.zoopla.co.uk\/*",
                "https:\/\/www.rightmove.co.uk\/*"
            ],
            "css": [
                "app\/assets\/stylesheets\/embed.css"
            ],
            "js": [
                "app\/js\/addwidget.js"
            ]
        }
    ],
    "options_ui": {
        "page": "app\/options.html",
        "chrome_style": true
    },
    "permissions": [
        "storage",
        "https:\/\/*.googleapis.com\/",
        "https:\/\/maps.google.com\/"
    ]
}