AB korea cars

Расчет стоимости авто в рублях c сайта encar.com компании AB Korea

What is AB korea cars?

AB korea cars is a Chrome extension developed by iversusm, and its main feature is "Расчет стоимости авто в рублях c сайта encar.com компании AB Korea".

Extension Screenshots

screenshot

Download AB korea cars Extension CRX File

Download AB korea cars extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Расширение рассчитает стоимость авто из Кореи от дилера encar:
- стоимость автомобиля в рублях — конверсия по текущему курсу доллара
- услуги компании AB Korea и комиссия дилера
- доставка в Россию и таможенные услуги, доставка автомобиля по России до покупателя.                    

Extension Basic Information

Name AB korea cars AB korea cars
ID amehmcmplilkhlmfkhmihaaomphjncmh
Official URL https://chromewebstore.google.com/detail/ab-korea-cars/amehmcmplilkhlmfkhmihaaomphjncmh
Description Расчет стоимости авто в рублях c сайта encar.com компании AB Korea
File Size 714 KB
Installation Count 4,000
Current Version 2.9.3
Last Updated 2024-02-29
Publish Date 2022-10-20
Rating 4.33/5 Total 9 Ratings
Developer iversusm
Email [email protected]
Payment Type free
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AB korea cars",
    "description": "\u0420\u0430\u0441\u0447\u0435\u0442 \u0441\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u0438 \u0430\u0432\u0442\u043e \u0432 \u0440\u0443\u0431\u043b\u044f\u0445 c \u0441\u0430\u0439\u0442\u0430 encar.com \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0438 AB Korea",
    "version": "2.9.3",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": ".\/image\/ico_16.png",
        "default_title": "AB Korea cars price"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": ".\/image\/ico_16.png",
        "48": ".\/image\/ico_48.png",
        "128": ".\/image\/ico_128.png"
    }
}