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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://vrtme.ie และคุณลักษณะหลักของมันคือ "Inline VRT calculator for importing cars on your favorite websites. Providing instant VRT calculations for over 50,000 Vehicle types"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย VRTME.ie

ดาวน์โหลดไฟล์ส่วนขยาย 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:;"
}