Ali Dropship Connector

Automate 95% your dropshipping workflow with Ali Dropship Connector

Ali Dropship Connector क्या है?

Ali Dropship Connector ShopBase द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automate 95% your dropshipping workflow with Ali Dropship Connector"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Ali Dropship Connector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Automate 95% your dropshipping workflow with ShopBase and Ali Dropship Connector
One click to import and sync products from AliExpress to your store.

Leverage Ali Dropship Connector to:

- Import winning products directly from AliExpress.com to your store in a click
- Fulfill multiples orders automatically in 5 secs
- Replace out-of-stock products with new ones seamlessly
- Track your order status in real time
- Be up-to-date with inventory and prices daily 
- Set your own rules for shipping methods and product prices

And more premium features are coming very soon!

Let’s work smarter and easier with ShopBase and Ali Dropship Connector!                    

एक्सटेंशन की मूल जानकारी

नाम Ali Dropship Connector Ali Dropship Connector
ID eifgohhoabpigckfaodlcckgkoeijpio
आधिकारिक URL https://chromewebstore.google.com/detail/ali-dropship-connector/eifgohhoabpigckfaodlcckgkoeijpio
विवरण Automate 95% your dropshipping workflow with Ali Dropship Connector
फ़ाइल का आकार 2.13 MB
स्थापना संख्या 3,128
वर्तमान संस्करण 0.2.0.3
अंतिम अपडेट 2024-02-28
प्रकाशन तिथि 2020-06-01
रेटिंग 2.50/5 कुल 2 रेटिंग्स
डेवलपर ShopBase
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://help.shopbase.com/en/category/dropship-connector-tg0li0/
गोपनीयता नीति पृष्ठ URL https://www.shopbase.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Adc Ext",
    "description": "Automate 95% your dropshipping workflow with Ali Dropship Connector",
    "manifest_version": 2,
    "icons": {
        "16": "assets\/images\/ali-dropship-connector-extension-16.png",
        "32": "assets\/images\/ali-dropship-connector-extension-32.png",
        "48": "assets\/images\/ali-dropship-connector-extension-48.png",
        "128": "assets\/images\/ali-dropship-connector-extension-128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "assets\/images\/ali-dropship-connector-browser.png",
            "32": "assets\/images\/ali-dropship-connector-browser-32.png",
            "48": "assets\/images\/ali-dropship-connector-browser-48.png"
        },
        "default_title": "Ali Dropship Connector"
    },
    "omnibox": {
        "keyword": "dropshipping"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.aliexpress.com\/store\/product\/*",
                "https:\/\/*.aliexpress.com\/item\/*",
                "https:\/\/*.aliexpress.us\/item\/*"
            ],
            "css": [
                "css\/content_detail_page.css"
            ],
            "js": [
                "js\/content_detail_page.js"
            ]
        },
        {
            "matches": [
                "https:\/\/trade.aliexpress.com\/*"
            ],
            "css": [
                "css\/content_bulk_payment.css"
            ],
            "js": [
                "js\/content_bulk_payment.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.aliexpress.com\/premium\/category\/*",
                "https:\/\/*.aliexpress.com\/category\/*",
                "https:\/\/*.aliexpress.com\/wholesale?*",
                "https:\/\/*.aliexpress.com\/w\/wholesale-*",
                "https:\/\/*.aliexpress.com\/af\/*",
                "https:\/\/*.aliexpress.com\/store\/group\/*"
            ],
            "css": [
                "css\/content_category_page.css"
            ],
            "js": [
                "js\/content_category_page.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "cookies",
        "https:\/\/*.aliexpress.com\/*",
        "https:\/\/*.aliexpress.us\/*",
        "*:\/\/*.onshopbase.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/api.shopbase.com\/*",
            "*:\/\/*.onshopbase.com\/*"
        ]
    },
    "background": {
        "page": "index.html",
        "persistent": true
    },
    "web_accessible_resources": [
        "assets\/images\/*.svg",
        "assets\/fonts\/*\/*.ttf"
    ],
    "name": "Ali Dropship Connector",
    "version": "0.2.0.3"
}