AliExpress Dropshipping Center

A very simple extension to access the AliExpress Dropshipping Center in one click.

What is AliExpress Dropshipping Center?

AliExpress Dropshipping Center is a Chrome extension developed by https://alixblog.com, and its main feature is "A very simple extension to access the AliExpress Dropshipping Center in one click.".

Extension Screenshots

screenshot

Download AliExpress Dropshipping Center Extension CRX File

Download AliExpress Dropshipping Center extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Tired of never finding the URL of the AliExpress Dropshipping Center? Install this small but mighty extension and have a permanent shortcut to the Dropshipping Center in your browser!

After installing, remember to click on the Chrome's puzzle icon (the one for Extensions) and again on the pin next to the AliExpress Dropshipping Center. This will make this extension stick to your browser bar.

After that, you'll be able to reach the AliExpress Dropshipping Center in one click!                    

Extension Basic Information

Name AliExpress Dropshipping Center AliExpress Dropshipping Center
ID bcgmobplbjcjdmjnimlpafhkllfioeag
Official URL https://chromewebstore.google.com/detail/aliexpress-dropshipping-c/bcgmobplbjcjdmjnimlpafhkllfioeag
Description A very simple extension to access the AliExpress Dropshipping Center in one click.
File Size 5.87 KB
Installation Count 165
Current Version 1.1
Last Updated 2024-01-06
Publish Date 2023-03-27
Rating 4.00/5 Total 2 Ratings
Developer https://alixblog.com
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AliExpress Dropshipping Center",
    "version": "1.1",
    "description": "A very simple extension to access the AliExpress Dropshipping Center in one click.",
    "action": {
        "default_icon": {
            "48": "icon.png"
        }
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.aliexpress.ru\/*"
            ],
            "js": [
                "background.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "48": "icon.png"
    }
}