AliExpress Dropshipping Center

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

Qu'est-ce que AliExpress Dropshipping Center ?

AliExpress Dropshipping Center est une extension Chrome développée par https://alixblog.com, et sa fonction principale est "A very simple extension to access the AliExpress Dropshipping Center in one click.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension AliExpress Dropshipping Center

Téléchargez les fichiers d'extension AliExpress Dropshipping Center au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom AliExpress Dropshipping Center AliExpress Dropshipping Center
ID bcgmobplbjcjdmjnimlpafhkllfioeag
URL Officiel https://chromewebstore.google.com/detail/aliexpress-dropshipping-c/bcgmobplbjcjdmjnimlpafhkllfioeag
Description A very simple extension to access the AliExpress Dropshipping Center in one click.
Taille du Fichier 5.87 KB
Nombre d'Installations 165
Version Actuelle 1.1
Dernière Mise à Jour 2024-01-06
Date de Publication 2023-03-27
Évaluation 4.00/5 Total 2 Évaluations
Développeur https://alixblog.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}