AliDropship 2.0

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

Co to jest AliDropship 2.0?

AliDropship 2.0 to rozszerzenie Chrome opracowane przez https://alidropship.com, a jego główną funkcją jest „Extension for AliDropship plugin. Allows direct import of AliExpress products to the user's dropshipping store.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia AliDropship 2.0

Pobierz pliki rozszerzeń AliDropship 2.0 w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa AliDropship 2.0 AliDropship 2.0
ID jlnhdnbbikjkdejminhdpmejldiapdgn
Oficjalny URL https://chromewebstore.google.com/detail/alidropship-20/jlnhdnbbikjkdejminhdpmejldiapdgn
Opis Extension for AliDropship plugin. Allows direct import of AliExpress products to the user's dropshipping store.
Rozmiar pliku 1.6 MB
Liczba instalacji 82,418
Aktualna Wersja 3.0.0.54
Ostatnia Aktualizacja 2024-02-19
Data Publikacji 2020-07-03
Ocena 4.57/5 Łącznie 702 Oceny
Deweloper https://alidropship.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://alidropship.com/plugin/
Adres URL Strony Pomocy https://alidropship.com/codex/
Adres URL Strony Polityki Prywatności https://alidropship.com/privacy-policy
Obsługiwane Języki 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": [
                ""
            ]
        }
    ]
}