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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DSers และคุณลักษณะหลักของมันคือ "Import and sync products from AliExpress to your DSers platform account."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DSers - AliExpress.com Product Importer

ดาวน์โหลดไฟล์ส่วนขยาย DSers - AliExpress.com Product Importer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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:*\/*"
        ]
    }
}