EuropeCart

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

What is EuropeCart?

EuropeCart is a Chrome extension developed by https://europecart.eu, and its main feature is "Расширение для EuropeCart".

Extension Screenshots

screenshot

Download EuropeCart Extension CRX File

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

                        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.                    

Extension Basic Information

Name EuropeCart EuropeCart
ID hjcajcjncdcbdbefakmpljchfflnpdjc
Official URL https://chromewebstore.google.com/detail/europecart/hjcajcjncdcbdbefakmpljchfflnpdjc
Description Расширение для EuropeCart
File Size 679 KB
Installation Count 181
Current Version 2.5.1
Last Updated 2022-05-26
Publish Date 2021-03-16
Developer https://europecart.eu
Email [email protected]
Payment Type free
Extension Website https://www.europecart.eu
Help Page URL https://www.europecart.eu
Privacy Policy Page URL https://europecart.ru/privacy.php
Supported Languages 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"
    ]
}