AB korea cars

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

Wat is AB korea cars?

AB korea cars is een Chrome-extensie ontwikkeld door iversusm, en de belangrijkste functie is "Расчет стоимости авто в рублях c сайта encar.com компании AB Korea".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie AB korea cars

Download AB korea cars-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam AB korea cars AB korea cars
ID amehmcmplilkhlmfkhmihaaomphjncmh
Officiële URL https://chromewebstore.google.com/detail/ab-korea-cars/amehmcmplilkhlmfkhmihaaomphjncmh
Beschrijving Расчет стоимости авто в рублях c сайта encar.com компании AB Korea
Bestandsgrootte 714 KB
Aantal Installaties 4,000
Huidige Versie 2.9.3
Laatst Bijgewerkt 2024-02-29
Publicatiedatum 2022-10-20
Beoordeling 4.33/5 Totaal 9 Beoordelingen
Ontwikkelaar iversusm
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}