VRTME.ie

Inline VRT calculator for importing cars on your favorite websites. Providing instant VRT calculations for over 50,000 Vehicle types

VRTME.ie là gì?

VRTME.ie là một tiện ích mở rộng Chrome được phát triển bởi https://vrtme.ie, và tính năng chính của nó là "Inline VRT calculator for importing cars on your favorite websites. Providing instant VRT calculations for over 50,000 Vehicle types".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng VRTME.ie

Tải xuống các tệp mở rộng VRTME.ie 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

                        Beside the vehicle's quoted price you will see the VRT quote.

Hover the GBP price to see a conversion to EUR at the current daily rate.
Hover the quoted VRT price to reveal more information such as Irish road tax prices and the calculation breakdown.

Currently we provide coverage for autotrader.co.uk & pistonheads.com with intent to broaden our scope ASAP.                    

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

Tên VRTME.ie VRTME.ie
ID ggfnbomidfcadkkimfmjoojmgjkhibgp
URL Chính Thức https://chromewebstore.google.com/detail/vrtmeie/ggfnbomidfcadkkimfmjoojmgjkhibgp
Mô tả Inline VRT calculator for importing cars on your favorite websites. Providing instant VRT calculations for over 50,000 Vehicle types
Kích Thước Tệp 152 KB
Số Lần Cài Đặt 41
Phiên Bản Hiện Tại 0.2.7
Cập Nhật Lần Cuối 2018-08-18
Ngày Phát Hành 2018-08-18
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://vrtme.ie
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://vrtme.ie
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.2.7",
    "name": "VRTME.ie",
    "manifest_version": 2,
    "author": "Gearoid Collins ",
    "description": "Inline VRT calculator for importing cars on your favorite websites. Providing instant VRT calculations for over 50,000 Vehicle types",
    "homepage_url": "http:\/\/vrtme.ie",
    "browser_action": {
        "default_title": "VRTME.ie",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "web_accessible_resources": [
        "inject.html"
    ],
    "background": {
        "page": "background.html"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.vrtme.ie\/*"
        ]
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "storage",
        "*:\/\/*\/*"
    ],
    "content_security_policy": "default-src 'self'; connect-src https:\/\/api.vrtme.ie\/; script-src 'self' http:\/\/localhost:3000\/ https:\/\/api.vrtme.ie\/api\/; style-src * 'unsafe-inline'; img-src 'self' data:;"
}