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
Eメール [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:;"
}