EuropeCart

Расширение для EuropeCart

Wat is EuropeCart?

EuropeCart is een Chrome-extensie ontwikkeld door https://europecart.eu, en de belangrijkste functie is "Расширение для EuropeCart".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie EuropeCart

Download EuropeCart-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

                        The extension evaluates the article data of the selected article in the web-shop and adds this, together with the selected options, to the customer's shopping cart on Europecart.                    

Basisinformatie over de Extensie

Naam EuropeCart EuropeCart
ID hjcajcjncdcbdbefakmpljchfflnpdjc
Officiële URL https://chromewebstore.google.com/detail/europecart/hjcajcjncdcbdbefakmpljchfflnpdjc
Beschrijving Расширение для EuropeCart
Bestandsgrootte 679 KB
Aantal Installaties 181
Huidige Versie 2.5.1
Laatst Bijgewerkt 2022-05-26
Publicatiedatum 2021-03-16
Ontwikkelaar https://europecart.eu
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.europecart.eu
Help Pagina-URL https://www.europecart.eu
URL van de Privacybeleid Pagina https://europecart.ru/privacy.php
Ondersteunde Talen ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "EuropeCart",
    "description": "\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 \u0434\u043b\u044f EuropeCart",
    "version": "2.5.1",
    "icons": {
        "16": "img\/icon.png",
        "32": "img\/icon.png",
        "48": "img\/icon.png",
        "128": "img\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "content.js"
            ],
            "css": [
                "style.css",
                "font-awesome.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "img\/close-btn.png",
        "fonts\/FontAwesome.otf",
        "fonts\/fontawesome-webfont.eot",
        "fonts\/fontawesome-webfont.svg",
        "fonts\/fontawesome-webfont.ttf",
        "fonts\/fontawesome-webfont.woff",
        "fonts\/fontawesome-webfont.woff2"
    ],
    "permissions": [
        "*:\/\/*.europecart.eu\/*",
        "storage",
        "cookies",
        "notifications"
    ]
}