EuropeCart

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

EuropeCart là gì?

EuropeCart là một tiện ích mở rộng Chrome được phát triển bởi https://europecart.eu, và tính năng chính của nó là "Расширение для EuropeCart".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng EuropeCart

Tải xuống các tệp mở rộng EuropeCart dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên EuropeCart EuropeCart
ID hjcajcjncdcbdbefakmpljchfflnpdjc
URL Chính Thức https://chromewebstore.google.com/detail/europecart/hjcajcjncdcbdbefakmpljchfflnpdjc
Mô tả Расширение для EuropeCart
Kích Thước Tệp 679 KB
Số Lần Cài Đặt 181
Phiên Bản Hiện Tại 2.5.1
Cập Nhật Lần Cuối 2022-05-26
Ngày Phát Hành 2021-03-16
Nhà Phát Triển https://europecart.eu
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.europecart.eu
URL Trang Trợ Giúp https://www.europecart.eu
URL Trang Chính Sách Bảo Mật https://europecart.ru/privacy.php
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}