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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Help businesses to collect products from e-commerce platforms, including images, SKU, prices, videos, and other information."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में DaMai Goods Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        ✅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
ईमेल [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": [
                ""
            ]
        }
    ]
}