AB korea cars

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

Cos'è AB korea cars?

AB korea cars è un'estensione di Chrome sviluppata da iversusm, e la sua funzione principale è "Расчет стоимости авто в рублях c сайта encar.com компании AB Korea".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione AB korea cars

Scarica i file di estensione AB korea cars in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome AB korea cars AB korea cars
ID amehmcmplilkhlmfkhmihaaomphjncmh
URL Ufficiale https://chromewebstore.google.com/detail/ab-korea-cars/amehmcmplilkhlmfkhmihaaomphjncmh
Descrizione Расчет стоимости авто в рублях c сайта encar.com компании AB Korea
Dimensione del File 714 KB
Conteggio Installazioni 4,000
Versione Corrente 2.9.3
Ultimo Aggiornamento 2024-02-29
Data di Pubblicazione 2022-10-20
Valutazione 4.33/5 Totale 9 Valutazioni
Sviluppatore iversusm
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}