ExpandCart AliExpress Integration

This extension imports products from aliexpress to your ExpandCart store.

ExpandCart AliExpress Integration란 무엇입니까?

ExpandCart AliExpress Integration은(는) https://expandcart.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension imports products from aliexpress to your ExpandCart store."입니다.

확장 프로그램 스크린샷

screenshot

ExpandCart AliExpress Integration 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension helps you import products directly from AliExpress to you ExpandCart store. 

You can import single products or import products in bulk.

You can edit product details before importing, to make it easy for you to manage your product.

When you full-fill an order from ExpandCart the extension will help you fill the order details and take you directly to the product order page in AliExpress.

Start your store today at ExpandCart and install the AliExpress Integration App

https://www.expandcart.com                    

확장 프로그램 기본 정보

이름 ExpandCart AliExpress Integration ExpandCart AliExpress Integration
ID djkgogfdadkjljaplcgigkcoofhikcke
공식 URL https://chromewebstore.google.com/detail/expandcart-aliexpress-int/djkgogfdadkjljaplcgigkcoofhikcke
설명 This extension imports products from aliexpress to your ExpandCart store.
파일 크기 113 KB
설치 횟수 2,314
현재 버전 2.5.8
최근 업데이트 2024-02-16
출시 날짜 2020-06-10
평점 2.00/5 총 11 개의 평점
개발자 https://expandcart.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.expandcart.com
도움말 페이지 URL https://support.expandcart.com
개인정보 보호 정책 페이지 URL https://www.expandcart.com/en/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ExpandCart AliExpress Integration",
    "version": "2.5.8",
    "manifest_version": 2,
    "description": "This extension imports products from aliexpress to your ExpandCart store.",
    "background": {
        "scripts": [
            "resources\/scripts\/background.js"
        ]
    },
    "icons": {
        "128": "resources\/image\/icon.png"
    },
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "resources\/image\/icon-disabled.png"
    },
    "web_accessible_resources": [
        "*.png",
        "resources\/scripts\/jquery.min.js",
        "resources\/scripts\/ec_inserted.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.aliexpress.com\/*",
                "http:\/\/*.aliexpress.com\/*"
            ],
            "js": [
                "resources\/scripts\/jquery.min.js",
                "resources\/scripts\/content.js"
            ],
            "css": [
                "resources\/css\/dropship.css"
            ]
        }
    ]
}