AliExpress Dropshipping Center

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

Что такое AliExpress Dropshipping Center?

AliExpress Dropshipping Center - это расширение Chrome, разработанное https://alixblog.com, и его основная функция - "A very simple extension to access the AliExpress Dropshipping Center in one click.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения AliExpress Dropshipping Center

Скачайте файлы расширений AliExpress Dropshipping Center в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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!                    

Основная информация о расширении

Название AliExpress Dropshipping Center AliExpress Dropshipping Center
ID bcgmobplbjcjdmjnimlpafhkllfioeag
Официальный URL https://chromewebstore.google.com/detail/aliexpress-dropshipping-c/bcgmobplbjcjdmjnimlpafhkllfioeag
Описание A very simple extension to access the AliExpress Dropshipping Center in one click.
Размер файла 5.87 KB
Количество установок 165
Текущая Версия 1.1
Последнее Обновление 2024-01-06
Дата публикации 2023-03-27
Рейтинг 4.00/5 Всего 2 оценок
Разработчик https://alixblog.com
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    }
}