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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Inline VRT calculator for importing cars on your favorite websites. Providing instant VRT calculations for over 50,000 Vehicle types"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में VRTME.ie एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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:;"
}