Aliexpress Dropshipping Assistant BigCommerce

Dropship Products from aliexpress.com to BigCommerce in 1-Click.

Aliexpress Dropshipping Assistant BigCommerce란 무엇입니까?

Aliexpress Dropshipping Assistant BigCommerce은(는) CEDCommerce에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Dropship Products from aliexpress.com to BigCommerce in 1-Click."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Aliexpress Dropshipping Assistant BigCommerce 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The Assistant helps to import products in just one click from Aliexpress.com.

What our extension does?

 - Assistant will automate the entire Drop Shipping process.
 - Assistant will help you to filter products on Aliexpress and import them in one click.
 - Assistant will help you to export the product's URL in a CSV format.

Have a query like Why you should install it?
 - This Assistant is a must-have extension for all those who are willing to start with Dropshipping. This will simply automate the process of getting products to your BigCommerce store with the help of App Aliexpress DropShipping by CedCommerce.

Features compatible with Chrome Extension.
 - Search Products on aliexpress.com with keywords (like shoes, 
   dress,etc.) and import with a click.
 - CSV export - Get product URL of all products on Aliexpress category section 
   product page

Besides this, If you have any type of concerns then please send them on mail at mail [email protected]

Happy DropShipping :)                    

확장 프로그램 기본 정보

이름 Aliexpress Dropshipping Assistant BigCommerce Aliexpress Dropshipping Assistant BigCommerce
ID acclemebdcapmaoaghaodkjglodekdbk
공식 URL https://chromewebstore.google.com/detail/aliexpress-dropshipping-a/acclemebdcapmaoaghaodkjglodekdbk
설명 Dropship Products from aliexpress.com to BigCommerce in 1-Click.
파일 크기 488 KB
설치 횟수 742
현재 버전 1.5.16
최근 업데이트 2022-08-31
출시 날짜 2020-05-14
평점 3.75/5 총 4 개의 평점
개발자 CEDCommerce
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://bigcommerce.cedcommerce.com
도움말 페이지 URL https://support.cedcommerce.com/open.php
개인정보 보호 정책 페이지 URL https://cedcommerce.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Aliexpress Dropshipping Assistant BigCommerce",
    "description": "Dropship Products from aliexpress.com to BigCommerce in 1-Click.",
    "version": "1.5.16",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "Aliexpress Dropshipping Assistant | CEDCommerce",
        "default_popup": "html\/shipping.html"
    },
    "permissions": [
        "notifications",
        "downloads",
        "storage",
        "tabs",
        "https:\/\/aliexpress.com\/*",
        "https:\/\/www.aliexpress.com\/*",
        "https:\/\/bigcommerce.cedcommerce.com\/*"
    ],
    "short_name": "DropShip Aliexpress Products to your BigCommerce store in 1-Click.",
    "author": "CEDCommerce",
    "background": {
        "page": "html\/bana.html",
        "persistent": true
    },
    "icons": {
        "128": "images\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.aliexpress.com\/*",
                "*:\/\/www.aliexpress.com\/wholesale?*",
                "*:\/\/www.aliexpress.com\/af\/category\/*",
                "*:\/\/www.aliexpress.com\/af\/*",
                "*:\/\/www.aliexpress.com\/category\/*",
                "*:\/\/www.aliexpress.com\/premium\/*",
                "*:\/\/www.aliexpress.com\/w\/*",
                "*:\/\/www.aliexpress.com\/wholesale*"
            ],
            "js": [
                "content-script\/jquery-3.2.1.min.js",
                "content-script\/product\/import.js"
            ],
            "exclude_matches": [
                "*:\/\/www.aliexpress.com\/"
            ],
            "css": [
                "css\/import.css"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "images\/csv.png",
        "images\/cancel.png",
        "images\/loader.gif"
    ]
}