AliDropship 2.0

Extension for AliDropship plugin. Allows direct import of AliExpress products to the user's dropshipping store.

AliDropship 2.0 là gì?

AliDropship 2.0 là một tiện ích mở rộng Chrome được phát triển bởi https://alidropship.com, và tính năng chính của nó là "Extension for AliDropship plugin. Allows direct import of AliExpress products to the user's dropshipping store.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng AliDropship 2.0

Tải xuống các tệp mở rộng AliDropship 2.0 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This extension for AliDropship Plugin lets you:

 • Search lower-priced AliExpress products identical to the one you’re considering
 • View the AliExpress store rating and evaluate the seller’s trustability
 • See an AliExpress product price changes over time
 • View real-life product photos left by customers
 • Filter the AliExpress products that have ePacket shipping option
 • Import the desired products directly to your AliDropship-based store                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AliDropship 2.0 AliDropship 2.0
ID jlnhdnbbikjkdejminhdpmejldiapdgn
URL Chính Thức https://chromewebstore.google.com/detail/alidropship-20/jlnhdnbbikjkdejminhdpmejldiapdgn
Mô tả Extension for AliDropship plugin. Allows direct import of AliExpress products to the user's dropshipping store.
Kích Thước Tệp 1.6 MB
Số Lần Cài Đặt 82,418
Phiên Bản Hiện Tại 3.0.0.54
Cập Nhật Lần Cuối 2024-02-19
Ngày Phát Hành 2020-07-03
Đánh Giá 4.57/5 Tổng số 702 Đánh Giá
Nhà Phát Triển https://alidropship.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://alidropship.com/plugin/
URL Trang Trợ Giúp https://alidropship.com/codex/
URL Trang Chính Sách Bảo Mật https://alidropship.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "homepage_url": "https:\/\/alidropship.com\/",
    "name": "AliDropship 2.0",
    "permissions": [
        "tabs",
        "storage",
        "notifications",
        "declarativeNetRequestWithHostAccess",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback"
    ],
    "host_permissions": [
        ""
    ],
    "version": "3.0.0.54",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.aliexpress.com\/item\/*",
                "https:\/\/*.aliexpress.com\/item\/*",
                "*:\/\/*.aliexpress.com\/store\/product\/*",
                "http:\/\/*.aliexpress.us\/item\/*",
                "https:\/\/*.aliexpress.us\/item\/*",
                "*:\/\/*.aliexpress.us\/store\/product\/*",
                "http:\/\/*.aliexpress.ru\/item\/*",
                "https:\/\/*.aliexpress.ru\/item\/*",
                "*:\/\/*.aliexpress.ru\/store\/product\/*"
            ],
            "js": [
                "js\/page_ali_product.js"
            ],
            "css": [
                "css\/imager.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.aliexpress.com\/*category\/*",
                "*:\/\/*.aliexpress.com\/*SearchText=*",
                "*:\/\/*.aliexpress.com\/store\/*",
                "*:\/\/*.aliexpress.com\/af\/*",
                "*:\/\/*.aliexpress.com\/wishlist\/wish_list_product_list.htm*",
                "*:\/\/*.aliexpress.com\/w\/*.htm*",
                "*:\/\/*.aliexpress.com\/p\/*.htm*",
                "*:\/\/*.aliexpress.us\/*category\/*",
                "*:\/\/*.aliexpress.us\/*SearchText=*",
                "*:\/\/*.aliexpress.us\/store\/*",
                "*:\/\/*.aliexpress.us\/af\/*",
                "*:\/\/*.aliexpress.us\/wishlist\/wish_list_product_list.htm*",
                "*:\/\/*.aliexpress.us\/w\/*.htm*",
                "*:\/\/*.aliexpress.us\/p\/*.htm*",
                "*:\/\/*.aliexpress.ru\/*category\/*",
                "*:\/\/*.aliexpress.ru\/*SearchText=*",
                "*:\/\/*.aliexpress.ru\/store\/*",
                "*:\/\/*.aliexpress.ru\/af\/*",
                "*:\/\/*.aliexpress.ru\/wishlist\/wish_list_product_list.htm*",
                "*:\/\/*.aliexpress.ru\/w\/*.htm*",
                "*:\/\/*.aliexpress.ru\/p\/*.htm*"
            ],
            "exclude_matches": [
                "*:\/\/*.aliexpress.com\/store\/product*",
                "*:\/\/*.aliexpress.com\/store\/product\/",
                "*:\/\/*.aliexpress.us\/store\/product*",
                "*:\/\/*.aliexpress.us\/store\/product\/",
                "*:\/\/*.aliexpress.ru\/store\/product*",
                "*:\/\/*.aliexpress.ru\/store\/product\/"
            ],
            "js": [
                "js\/page_ali_category.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/page_all.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/*.aliexpress.com\/",
                "*:\/\/*.aliexpress.com\/?*",
                "*:\/\/*.aliexpress.us\/",
                "*:\/\/*.aliexpress.us\/?*",
                "*:\/\/*.aliexpress.ru\/",
                "*:\/\/*.aliexpress.ru\/?*",
                "*:\/\/vk.com\/*"
            ],
            "js": [
                "js\/page_run_order_automatically.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/shoppingcart.aliexpress.com\/*",
                "*:\/\/www.aliexpress.com\/p\/shoppingcart\/*",
                "*:\/\/www.aliexpress.com\/p\/trade\/confirm.html*",
                "*:\/\/aliexpress.com\/p\/trade\/confirm.html*",
                "*:\/\/shoppingcart.aliexpress.us\/*",
                "*:\/\/www.aliexpress.us\/p\/shoppingcart\/*",
                "*:\/\/www.aliexpress.us\/p\/trade\/confirm.html*",
                "*:\/\/aliexpress.us\/p\/trade\/confirm.html*",
                "*:\/\/shoppingcart.aliexpress.ru\/*"
            ],
            "exclude_matches": [
                "*:\/\/shoppingcart.aliexpress.com\/order\/payOnlineSuccess*",
                "*:\/\/shoppingcart.aliexpress.com\/order\/pay-online-success*",
                "*:\/\/shoppingcart.aliexpress.com\/order\/payResult.htm*",
                "*:\/\/shoppingcart.aliexpress.us\/order\/payOnlineSuccess*",
                "*:\/\/shoppingcart.aliexpress.us\/order\/pay-online-success*",
                "*:\/\/shoppingcart.aliexpress.us\/order\/payResult.htm*",
                "*:\/\/shoppingcart.aliexpress.ru\/order\/payOnlineSuccess*",
                "*:\/\/shoppingcart.aliexpress.ru\/order\/pay-online-success*",
                "*:\/\/shoppingcart.aliexpress.ru\/order\/payResult.htm*"
            ],
            "js": [
                "js\/page_shoppingcart.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/shoppingcart.aliexpress.com\/order\/payResult.htm*",
                "*:\/\/shoppingcart.aliexpress.us\/order\/payResult.htm*",
                "*:\/\/shoppingcart.aliexpress.ru\/order\/payResult.htm*",
                "*:\/\/aliexpress.com\/p\/second-payment\/pay-result.htm*",
                "*:\/\/aliexpress.us\/p\/second-payment\/pay-result.htm*",
                "*:\/\/aliexpress.ru\/p\/second-payment\/pay-result.htm*",
                "*:\/\/www.aliexpress.com\/p\/second-payment\/pay-result.htm*",
                "*:\/\/www.aliexpress.us\/p\/second-payment\/pay-result.htm*",
                "*:\/\/www.aliexpress.ru\/p\/second-payment\/pay-result.htm*"
            ],
            "js": [
                "js\/pay_result.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/trade.aliexpress.com\/order_detail.htm*",
                "*:\/\/trade.aliexpress.us\/order_detail.htm*",
                "*:\/\/trade.aliexpress.ru\/order_detail.htm*"
            ],
            "js": [
                "js\/page_order_detail.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "description": "Extension for AliDropship plugin. Allows direct import of AliExpress products to the user's dropshipping store.",
    "icons": {
        "128": "images\/imageinfo-128.png",
        "16": "images\/imageinfo-16.png",
        "48": "images\/imageinfo-48.png"
    },
    "action": {
        "default_title": "AliDropship 2.0",
        "default_icon": "images\/imageinfo-16.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "getFrameId",
                "fonts\/*",
                "js\/*",
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}