AliExpress Dropshipping Center

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

¿Qué es AliExpress Dropshipping Center?

AliExpress Dropshipping Center es una extensión de Chrome desarrollada por https://alixblog.com, y su función principal es "A very simple extension to access the AliExpress Dropshipping Center in one click.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión AliExpress Dropshipping Center

Descarga archivos de extensión AliExpress Dropshipping Center en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre AliExpress Dropshipping Center AliExpress Dropshipping Center
ID bcgmobplbjcjdmjnimlpafhkllfioeag
URL Oficial https://chromewebstore.google.com/detail/aliexpress-dropshipping-c/bcgmobplbjcjdmjnimlpafhkllfioeag
Descripción A very simple extension to access the AliExpress Dropshipping Center in one click.
Tamaño del Archivo 5.87 KB
Cantidad de Instalaciones 165
Versión Actual 1.1
Última Actualización 2024-01-06
Fecha de Publicación 2023-03-27
Calificación 4.00/5 Total de 2 Calificaciones
Desarrollador https://alixblog.com
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}