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
官方網址 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
電子郵箱 [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": [
                ""
            ]
        }
    ]
}