EuropeCart

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

什麼是EuropeCart?

EuropeCart是由https://europecart.eu開發的Chrome擴展程式,該擴展的主要功能是“Расширение для EuropeCart”。

擴展截圖

screenshot

下載EuropeCart擴展crx文件

下載EuropeCart擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 EuropeCart EuropeCart
ID hjcajcjncdcbdbefakmpljchfflnpdjc
官方網址 https://chromewebstore.google.com/detail/europecart/hjcajcjncdcbdbefakmpljchfflnpdjc
簡介 Расширение для EuropeCart
檔案大小 679 KB
安裝次數 181
目前版本 2.5.1
更新時間 2022-05-26
上架時間 2021-03-16
開發者 https://europecart.eu
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.europecart.eu
說明頁面URL https://www.europecart.eu
隱私政策頁面URL https://europecart.ru/privacy.php
支援的語言 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"
    ]
}