Commute Time (for Rightmove & Zoopla)

Search commute times from RightMove and Zoopla

Wat is Commute Time (for Rightmove & Zoopla)?

Commute Time (for Rightmove & Zoopla) is een Chrome-extensie ontwikkeld door Mikey, en de belangrijkste functie is "Search commute times from RightMove and Zoopla".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Commute Time (for Rightmove & Zoopla)

Download Commute Time (for Rightmove & Zoopla)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Commute Time (for Rightmove & Zoopla) Commute Time (for Rightmove & Zoopla)
ID oiicpghmoodgebjoigmmopghpckbddcm
Officiële URL https://chromewebstore.google.com/detail/commute-time-for-rightmov/oiicpghmoodgebjoigmmopghpckbddcm
Beschrijving Search commute times from RightMove and Zoopla
Bestandsgrootte 33.53 KB
Aantal Installaties 334
Huidige Versie 0.4.3
Laatst Bijgewerkt 2017-09-09
Publicatiedatum 2017-09-09
Beoordeling 3.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Mikey
Betalingswijze free
Ondersteunde Talen 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\/"
    ]
}