DSers - AliExpress.com Product Importer

Import and sync products from AliExpress to your DSers platform account.

DSers - AliExpress.com Product Importer란 무엇입니까?

DSers - AliExpress.com Product Importer은(는) DSers에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Import and sync products from AliExpress to your DSers platform account."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

DSers - AliExpress.com Product Importer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        DSers Chrome Extension - AliExpress Official Dropshipping Partner

Import products from AliExpress to your DSers account for Shopify and WooCommerce.

DSers helps to automate your dropshipping business!
It is the best way to find products, process your orders faster and enjoy 10 days delivery to grow your business!

DSers Chrome Extension helps you with: 
- Importing Products From AliExpress
- Tracking AliExpress Orders Status in Real Time
- Syncing Tracking Number From AliExpress to DSers
- Migrate from Oberlo,Dropified or ShopMaster to DSers easily

Get more information on:
DSers www.dsers.com
Facebook: https://www.facebook.com/DSers-2079192392398537/
Blog: https://www.blog.dsers.com
Email: [email protected]                    

확장 프로그램 기본 정보

이름 DSers - AliExpress.com Product Importer DSers - AliExpress.com Product Importer
ID mmanaflgaempokjfbeeabkadnkoidjam
공식 URL https://chromewebstore.google.com/detail/dsers-aliexpresscom-produ/mmanaflgaempokjfbeeabkadnkoidjam
설명 Import and sync products from AliExpress to your DSers platform account.
파일 크기 1.13 MB
설치 횟수 409,280
현재 버전 2.8.91
최근 업데이트 2024-01-22
출시 날짜 2020-07-02
평점 4.35/5 총 68 개의 평점
개발자 DSers
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.dsers.com
개인정보 보호 정책 페이지 URL https://www.dsers.com/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Import and sync products from AliExpress to your DSers platform account.",
    "version": "2.8.91",
    "name": "DSers -  AliExpress.com Product Importer",
    "homepage_url": "https:\/\/www.dsers.com",
    "options_ui": {
        "chrome_style": true,
        "open_in_tab": true,
        "page": "\/options.html"
    },
    "options_page": "\/options.html",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popups\/default.html",
        "default_icon": "\/assets\/icons\/48x48.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.bundle.js",
                "scripts\/content\/getAEExt.js"
            ],
            "matches": [
                "https:\/\/*.aliexpress.com\/*",
                "https:\/\/aliexpress.ru\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "css": [
                "assets\/css\/main.css"
            ],
            "js": [
                "content.bundle.js",
                "scripts\/content\/category.js"
            ],
            "matches": [
                "https:\/\/*.aliexpress.com\/af\/*",
                "https:\/\/*.aliexpress.com\/w\/*",
                "https:\/\/*.aliexpress.us\/af\/*",
                "https:\/\/*.aliexpress.us\/w\/*",
                "https:\/\/*.aliexpress.com\/category\/*",
                "https:\/\/*.aliexpress.us\/category\/*",
                "https:\/\/*.aliexpress.com\/wholesale*",
                "https:\/\/*.aliexpress.us\/wholesale*",
                "https:\/\/*.aliexpress.com\/premium*",
                "https:\/\/*.aliexpress.us\/premium*",
                "https:\/\/*.aliexpress.com\/wishlist\/wish_list_product_list.htm*",
                "https:\/\/*.aliexpress.com\/*_reviews.html*",
                "https:\/\/home.aliexpress.com\/dropshipper\/ds_center.htm*",
                "https:\/\/*.aliexpress.com\/item\/*",
                "https:\/\/*.aliexpress.com\/i\/*",
                "https:\/\/aliexpress.ru\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "css": [
                "assets\/css\/main.css"
            ],
            "js": [
                "content.bundle.js",
                "scripts\/content\/aeWishlistV2.js"
            ],
            "matches": [
                "https:\/\/*.aliexpress.com\/p\/wishlist\/index.html",
                "https:\/\/*.aliexpress.us\/p\/wishlist\/index.html"
            ],
            "run_at": "document_idle"
        },
        {
            "css": [
                "assets\/css\/main.css"
            ],
            "js": [
                "content.bundle.js",
                "scripts\/content\/aeProductMiniModal.js"
            ],
            "matches": [
                "https:\/\/*.aliexpress.com\/gcp\/*",
                "https:\/\/www.aliexpress.us\/gcp\/*",
                "https:\/\/best.aliexpress.com\/?*",
                "https:\/\/www.aliexpress.us\/?*",
                "https:\/\/campaign.aliexpress.com\/wow\/*",
                "https:\/\/*.aliexpress.com\/p\/calp-plus\/index.html*",
                "https:\/\/www.aliexpress.us\/p\/calp-plus\/index.html*"
            ],
            "run_at": "document_idle"
        },
        {
            "js": [
                "sync.bundle.js",
                "syncContent.bundle.js"
            ],
            "matches": [
                "https:\/\/trade.aliexpress.com\/orderList.htm*",
                "https:\/\/trade.aliexpress.com\/order_list.htm*"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "assets\/css\/main.css"
            ],
            "js": [
                "content.bundle.js",
                "scripts\/content\/product.js"
            ],
            "matches": [
                "https:\/\/*.aliexpress.com\/item\/*",
                "https:\/\/*.aliexpress.us\/item\/*",
                "https:\/\/aliexpress.ru\/item\/*",
                "https:\/\/*.aliexpress.com\/i\/*",
                "https:\/\/*.aliexpress.us\/i\/*",
                "https:\/\/*.aliexpress.com\/store\/product\/*"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "assets\/css\/aliOrder.css"
            ],
            "js": [
                "aliOrder.bundle.js",
                "scripts\/content\/aliOrder.js"
            ],
            "matches": [
                "https:\/\/www.aliexpress.com\/p\/order\/index.html*",
                "https:\/\/www.aliexpress.com\/p\/order\/detail.html*",
                "https:\/\/*.aliexpress.us\/p\/order\/index.html*",
                "https:\/\/www.aliexpress.us\/p\/order\/detail.html*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "content.bundle.js",
                "scripts\/content\/dsers.js"
            ],
            "matches": [
                "https:\/\/*.dsers.com\/*",
                "*:\/\/localhost\/*"
            ]
        },
        {
            "js": [
                "content.bundle.js",
                "scripts\/content\/order.js"
            ],
            "matches": [
                "https:\/\/shoppingcart.aliexpress.com\/order\/confirm_order.htm*"
            ]
        },
        {
            "css": [
                "assets\/css\/main.css"
            ],
            "js": [
                "oberlo.bundle.js",
                "scripts\/content\/oberlo.js"
            ],
            "matches": [
                "https:\/\/app.oberlo.com\/my-products*"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "assets\/css\/main.css"
            ],
            "js": [
                "shopmaster.bundle.js",
                "scripts\/content\/shopmaster.js"
            ],
            "matches": [
                "https:\/\/www.shopmaster.com\/woocommerce\/product\/index.html*"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "assets\/css\/main.css"
            ],
            "js": [
                "shopmaster.bundle.js",
                "scripts\/content\/shopmaster.js"
            ],
            "matches": [
                "https:\/\/www.shopmaster.com\/shopify\/product\/index.html*"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "assets\/css\/main.css"
            ],
            "js": [
                "dropified.bundle.js",
                "scripts\/content\/dropified.js"
            ],
            "matches": [
                "https:\/\/app.dropified.com\/product?store=c*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "shopifyOrder.bundle.js",
                "scripts\/content\/shopifyOrder.js"
            ],
            "matches": [
                "https:\/\/*.myshopify.com\/admin\/orders\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "stasticsContent.bundle.js"
            ],
            "matches": [
                "*:\/\/*.aliexpress.ru\/item*",
                "*:\/\/*.aliexpress.ru\/store*",
                "*:\/\/*.aliexpress.com\/item*",
                "*:\/\/*.aliexpress.com\/i\/*",
                "*:\/\/*.aliexpress.us\/i\/*",
                "*:\/\/*.aliexpress.us\/item\/*",
                "*:\/\/*.aliexpress.com\/store*",
                "*:\/\/*.aliexpress.us\/store*",
                "*:\/\/*.aliexpress.com\/*evaluationDetail.htm*",
                "*:\/\/*.aliexpress.com\/*evaluationList.htm*"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "js": [
                "dsersPageContent.bundle.js"
            ],
            "matches": [
                "*:\/\/*.dsers.com\/*",
                "*:\/\/localhost\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "placeOrderContent.bundle.js"
            ],
            "matches": [
                "https:\/\/shoppingcart.aliexpress.com\/orders.htm*",
                "https:\/\/shoppingcart.aliexpress.ru\/orders.htm*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "placeOrderContentNewOpen.bundle.js"
            ],
            "matches": [
                "https:\/\/www.aliexpress.com\/p\/trade\/confirm.html*",
                "https:\/\/www.aliexpress.us\/p\/trade\/confirm.html*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "assets\/icons\/16x16.png",
        "48": "assets\/icons\/48x48.png",
        "128": "assets\/icons\/128x128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "notifications",
        "tabs",
        "storage",
        "unlimitedStorage",
        "webNavigation",
        "cookies",
        "https:\/\/*.aliexpress.com\/*",
        "https:\/\/*.aliexpress.ru\/*",
        "https:\/\/*.alibaba.com\/*",
        "https:\/\/*.aliexpress.us\/*",
        "https:\/\/*.1688.com\/*",
        "https:\/\/*.amazon.com\/*",
        "https:\/\/*.cainiao.com\/*",
        "https:\/\/*.jd.com\/*",
        "https:\/\/alitems.site\/*",
        "https:\/\/wextap.com\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "assets\/images\/logo.svg",
        "assets\/images\/logo-full.png",
        "assets\/images\/logo-small.png",
        "assets\/images\/logo-xs.png",
        "assets\/images\/icon-sync.png",
        "assets\/images\/btn-floating.png",
        "assets\/images\/icon-time.png",
        "assets\/images\/icon-x.png",
        "assets\/images\/icon-import-success.png",
        "assets\/images\/icon-import-error.png",
        "assets\/images\/icon-check.png",
        "assets\/images\/icon-close.png",
        "assets\/images\/icon-close-circle.png",
        "assets\/images\/icon_track_normal.png",
        "assets\/images\/icon_track_active.png",
        "assets\/images\/icon_track_hover.png",
        "assets\/images\/icon_import_normal.png",
        "assets\/images\/icon_logo.png",
        "assets\/images\/sync.png",
        "assets\/images\/icon-close.svg",
        "\/assets\/images\/icon-warring.png",
        "\/assets\/images\/icon-loading.gif",
        "stasticsInject.bundle.js",
        "placeOrderInject.bundle.js",
        "placeOrderInjectNew.bundle.js",
        "placeOrderInjectNewOpen.bundle.js",
        "aeWishlistV2Inject.bundle.js",
        "options.html",
        "aeProductMiniModalInject.bundle.js"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.dsers.com\/*",
            "*:\/\/localhost:*\/*"
        ]
    }
}