Commute Time (for Rightmove & Zoopla)

Search commute times from RightMove and Zoopla

Commute Time (for Rightmove & Zoopla) là gì?

Commute Time (for Rightmove & Zoopla) là một tiện ích mở rộng Chrome được phát triển bởi Mikey, và tính năng chính của nó là "Search commute times from RightMove and Zoopla".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Commute Time (for Rightmove & Zoopla)

Tải xuống các tệp mở rộng Commute Time (for Rightmove & Zoopla) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Commute Time (for Rightmove & Zoopla) Commute Time (for Rightmove & Zoopla)
ID oiicpghmoodgebjoigmmopghpckbddcm
URL Chính Thức https://chromewebstore.google.com/detail/commute-time-for-rightmov/oiicpghmoodgebjoigmmopghpckbddcm
Mô tả Search commute times from RightMove and Zoopla
Kích Thước Tệp 33.53 KB
Số Lần Cài Đặt 334
Phiên Bản Hiện Tại 0.4.3
Cập Nhật Lần Cuối 2017-09-09
Ngày Phát Hành 2017-09-09
Đánh Giá 3.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Mikey
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/"
    ]
}