AliExpress Dropshipping Center

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

AliExpress Dropshipping Centerとは何ですか?

AliExpress Dropshipping Centerはhttps://alixblog.comによって開発されたChromeの拡張機能で、その主な機能は「A very simple extension to access the AliExpress Dropshipping Center in one click.」です。

拡張機能のスクリーンショット

screenshot

AliExpress Dropshipping Center拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    }
}