AliExpress Dropshipping Center

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

Co je AliExpress Dropshipping Center?

AliExpress Dropshipping Center je rozšíření Chrome vyvinuté https://alixblog.com, a jeho hlavní funkcí je „A very simple extension to access the AliExpress Dropshipping Center in one click.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření AliExpress Dropshipping Center

Stáhněte si soubory rozšíření AliExpress Dropshipping Center ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název AliExpress Dropshipping Center AliExpress Dropshipping Center
ID bcgmobplbjcjdmjnimlpafhkllfioeag
Oficiální URL https://chromewebstore.google.com/detail/aliexpress-dropshipping-c/bcgmobplbjcjdmjnimlpafhkllfioeag
Popis A very simple extension to access the AliExpress Dropshipping Center in one click.
Velikost souboru 5.87 KB
Počet instalací 165
Aktuální Verze 1.1
Poslední Aktualizace 2024-01-06
Datum Vydání 2023-03-27
Hodnocení 4.00/5 Celkem 2 Hodnocení
Vývojář https://alixblog.com
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}