Commute Time (for Rightmove & Zoopla)
Search commute times from RightMove and Zoopla
Hvad er Commute Time (for Rightmove & Zoopla)?
Commute Time (for Rightmove & Zoopla) er en Chrome-udvidelse udviklet af Mikey, og dens hovedfunktion er "Search commute times from RightMove and Zoopla".
Udvidelsesskærmbilleder
Download Commute Time (for Rightmove & Zoopla)-udvidelses-CRX-fil
Download Commute Time (for Rightmove & Zoopla)-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Quickly find out your commute time from properties on Zoopla and Rightmove. Make your search for property in the UK more efficient.
Grundlæggende oplysninger om udvidelsen
Navn | Commute Time (for Rightmove & Zoopla) |
ID | oiicpghmoodgebjoigmmopghpckbddcm |
Officiel URL | https://chromewebstore.google.com/detail/commute-time-for-rightmov/oiicpghmoodgebjoigmmopghpckbddcm |
Beskrivelse | Search commute times from RightMove and Zoopla |
Filstørrelse | 33.53 KB |
Antal Installationer | 334 |
Nuværende Version | 0.4.3 |
Senest Opdateret | 2017-09-09 |
Udgivelsesdato | 2017-09-09 |
Bedømmelse | 3.00/5 Samlet 4 Bedømmelser |
Udvikler | Mikey |
Betalingsmetode | free |
Understøttede Sprog | 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\/" ] } |