DaMai Goods Helper

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

DaMai Goods Helper là gì?

DaMai Goods Helper là một tiện ích mở rộng Chrome được phát triển bởi iDooy, và tính năng chính của nó là "Help businesses to collect products from e-commerce platforms, including images, SKU, prices, videos, and other information.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng DaMai Goods Helper

Tải xuống các tệp mở rộng DaMai Goods Helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên DaMai Goods Helper DaMai Goods Helper
ID hcolbmccdgfkpmcbkbndacdedgeifglg
URL Chính Thức https://chromewebstore.google.com/detail/damai-goods-helper/hcolbmccdgfkpmcbkbndacdedgeifglg
Mô tả Help businesses to collect products from e-commerce platforms, including images, SKU, prices, videos, and other information.
Kích Thước Tệp 606 KB
Số Lần Cài Đặt 199
Phiên Bản Hiện Tại 3.0.18
Cập Nhật Lần Cuối 2024-01-12
Ngày Phát Hành 2023-06-26
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển iDooy
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.lingduquan.com/info/privacy
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}