Commute Time (for Rightmove & Zoopla)
Search commute times from RightMove and Zoopla
Vad är Commute Time (for Rightmove & Zoopla)?
Commute Time (for Rightmove & Zoopla) är en Chrome-tillägg utvecklad av Mikey, och dess huvudfunktion är "Search commute times from RightMove and Zoopla".
Tilläggsskärmbilder
Ladda ner Commute Time (for Rightmove & Zoopla)-förlängningens CRX-fil
Ladda ner Commute Time (for Rightmove & Zoopla)-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Quickly find out your commute time from properties on Zoopla and Rightmove. Make your search for property in the UK more efficient.
Grundläggande Information om Tillägg
Namn | Commute Time (for Rightmove & Zoopla) |
ID | oiicpghmoodgebjoigmmopghpckbddcm |
Officiell webbadress | https://chromewebstore.google.com/detail/commute-time-for-rightmov/oiicpghmoodgebjoigmmopghpckbddcm |
Beskrivning | Search commute times from RightMove and Zoopla |
Filstorlek | 33.53 KB |
Antal Installationer | 334 |
Aktuell Version | 0.4.3 |
Senast Uppdaterad | 2017-09-09 |
Publiceringsdatum | 2017-09-09 |
Betyg | 3.00/5 Totalt 4 Betyg |
Utvecklare | Mikey |
Betalningssätt | free |
Stödda Språk | 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\/" ] } |