EuropeCart

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

EuropeCart란 무엇입니까?

EuropeCart은(는) https://europecart.eu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Расширение для EuropeCart"입니다.

확장 프로그램 스크린샷

screenshot

EuropeCart 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    ]
}