DaMai Goods Helper

Help businesses to collect products from e-commerce platforms, including images, SKU, prices, videos, and other information.

DaMai Goods Helperとは何ですか?

DaMai Goods HelperはiDooyによって開発されたChromeの拡張機能で、その主な機能は「Help businesses to collect products from e-commerce platforms, including images, SKU, prices, videos, and other information.」です。

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

screenshot

DaMai Goods Helper拡張機能のCRXファイルをダウンロード

DaMai Goods Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        ✅One-click collection of designated shops or designated products on multiple platforms. Support the collection of domestic mainstream e-commerce platforms.
feature of product:
1️⃣. Support batch collection of commodities with specified keywords, collection of commodities with specified SKUs, and batch collection of commodities with specified categories in stores;
2️⃣. The collected content includes title, main picture, SKU picture, video, description and many other information;
3️⃣. Support Pinduoduo merchants to publish collected products in batches to designated authorized stores.                    

拡張機能の基本情報

名前 DaMai Goods Helper DaMai Goods Helper
ID hcolbmccdgfkpmcbkbndacdedgeifglg
公式URL https://chromewebstore.google.com/detail/damai-goods-helper/hcolbmccdgfkpmcbkbndacdedgeifglg
説明 Help businesses to collect products from e-commerce platforms, including images, SKU, prices, videos, and other information.
ファイルサイズ 606 KB
インストール数 199
現在のバージョン 3.0.18
最終更新日 2024-01-12
公開日 2023-06-26
評価 5.00/5 合計 1 レビュー
開発者 iDooy
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.lingduquan.com/info/privacy
対応言語 en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "description": "__MSG_app_description__",
    "version": "3.0.18",
    "action": {
        "default_title": "__MSG_app_name__",
        "default_icon": "css\/assets\/300.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "css\/assets\/16.png",
        "48": "css\/assets\/48.png",
        "128": "css\/assets\/128.png"
    },
    "permissions": [
        "storage",
        "downloads"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [],
            "js": [
                "js\/chunk-vendors.js",
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "commands": {
        "capt": {
            "suggested_key": {
                "default": "Alt+E"
            },
            "description": "__MSG_cmd_capt__"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "cut.html",
                "css\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}