VRTME.ie

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

什么是VRTME.ie?

VRTME.ie是由https://vrtme.ie开发的Chrome扩展程序,该扩展的主要功能是“Inline VRT calculator for importing cars on your favorite websites. Providing instant VRT calculations for over 50,000 Vehicle types”。

扩展截图

screenshot

下载VRTME.ie扩展crx文件

下载VRTME.ie扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 VRTME.ie VRTME.ie
ID ggfnbomidfcadkkimfmjoojmgjkhibgp
官方URL https://chromewebstore.google.com/detail/vrtmeie/ggfnbomidfcadkkimfmjoojmgjkhibgp
简介 Inline VRT calculator for importing cars on your favorite websites. Providing instant VRT calculations for over 50,000 Vehicle types
文件大小 152 KB
安装次数 41
当前版本 0.2.7
更新时间 2018-08-18
上架时间 2018-08-18
评分 5.00/5 共3次评分
开发者 https://vrtme.ie
电子邮箱 [email protected]
付费类型 free
扩展官网 http://vrtme.ie
支持的语言 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:;"
}