DaMai Goods Helper

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

Was ist DaMai Goods Helper?

DaMai Goods Helper ist eine Chrome-Erweiterung, die von iDooy entwickelt wurde, und ihr Hauptmerkmal ist "Help businesses to collect products from e-commerce platforms, including images, SKU, prices, videos, and other information.".

Erweiterungsscreenshots

screenshot

DaMai Goods Helper-Erweiterungs-CRX-Datei herunterladen

Laden Sie DaMai Goods Helper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        ✅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.                    

Grundlegende Informationen zur Erweiterung

Name DaMai Goods Helper DaMai Goods Helper
ID hcolbmccdgfkpmcbkbndacdedgeifglg
Offizielle URL https://chromewebstore.google.com/detail/damai-goods-helper/hcolbmccdgfkpmcbkbndacdedgeifglg
Beschreibung Help businesses to collect products from e-commerce platforms, including images, SKU, prices, videos, and other information.
Dateigröße 606 KB
Installationsanzahl 199
Aktuelle Version 3.0.18
Letztes Update 2024-01-12
Veröffentlichungsdatum 2023-06-26
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler iDooy
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.lingduquan.com/info/privacy
Unterstützte Sprachen 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": [
                ""
            ]
        }
    ]
}