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
公式URL https://chromewebstore.google.com/detail/europecart/hjcajcjncdcbdbefakmpljchfflnpdjc
説明 Расширение для EuropeCart
ファイルサイズ 679 KB
インストール数 181
現在のバージョン 2.5.1
最終更新日 2022-05-26
公開日 2021-03-16
開発者 https://europecart.eu
Eメール [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"
    ]
}