Commute Time (for Rightmove & Zoopla)

Search commute times from RightMove and Zoopla

Was ist Commute Time (for Rightmove & Zoopla)?

Commute Time (for Rightmove & Zoopla) ist eine Chrome-Erweiterung, die von Mikey entwickelt wurde, und ihr Hauptmerkmal ist "Search commute times from RightMove and Zoopla".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Commute Time (for Rightmove & Zoopla)-Erweiterungs-CRX-Datei herunterladen

Laden Sie Commute Time (for Rightmove & Zoopla)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Commute Time (for Rightmove & Zoopla) Commute Time (for Rightmove & Zoopla)
ID oiicpghmoodgebjoigmmopghpckbddcm
Offizielle URL https://chromewebstore.google.com/detail/commute-time-for-rightmov/oiicpghmoodgebjoigmmopghpckbddcm
Beschreibung Search commute times from RightMove and Zoopla
Dateigröße 33.53 KB
Installationsanzahl 334
Aktuelle Version 0.4.3
Letztes Update 2017-09-09
Veröffentlichungsdatum 2017-09-09
Bewertung 3.00/5 Insgesamt 4 Bewertungen
Entwickler Mikey
Zahlungsart free
Unterstützte Sprachen 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\/"
    ]
}