mabang:数据采集助手

快速采集商品信息

What is mabang:数据采集助手?

mabang:数据采集助手 is a Chrome extension developed by mabangerp, and its main feature is "快速采集商品信息".

Extension Screenshots

screenshot

Download mabang:数据采集助手 Extension CRX File

Download mabang:数据采集助手 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        数据采集采集助手,帮助用户方便快捷获取Lazada、淘宝、天猫、Aliexpress等平台商品到马帮海外版刊登草稿箱,快速上架商品到平台                    

Extension Basic Information

Name mabang:数据采集助手 mabang:数据采集助手
ID mknlcdjgeebpfmojjmdhoeolmmdhdloa
Official URL https://chromewebstore.google.com/detail/mabang%EF%BC%9A%E6%95%B0%E6%8D%AE%E9%87%87%E9%9B%86%E5%8A%A9%E6%89%8B/mknlcdjgeebpfmojjmdhoeolmmdhdloa
Description 快速采集商品信息
File Size 102 KB
Installation Count 246
Current Version 1.1
Last Updated 2023-02-07
Publish Date 2021-10-30
Developer mabangerp
Email [email protected]
Payment Type free
Extension Website https://asia.mabangerp.com/
Help Page URL https://asia.mabangerp.com/
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "mabang\uff1a\u6570\u636e\u91c7\u96c6\u52a9\u624b",
    "short_name": "MABANG-OVERSEAS Gather",
    "version": "1.1",
    "description": "\u5feb\u901f\u91c7\u96c6\u5546\u54c1\u4fe1\u606f",
    "icons": {
        "16": "images\/icon16.png",
        "38": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon16.png",
        "default_title": "MABANG \u91c7\u96c6\u52a9\u624b"
    },
    "background": {
        "scripts": [
            "js\/jquery-2.1.4.min.js",
            "js\/background.js",
            "js\/link_rule.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/style.css",
                "css\/dxm_modal.css"
            ],
            "js": [
                "js\/jquery-2.1.4.min.js",
                "js\/default.js",
                "js\/link_rule.js",
                "js\/html.js",
                "js\/content.js",
                "js\/crawl.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*.mabangerp.com\/*",
                "https:\/\/*.mabangerp.com\/*"
            ],
            "css": [
                "css\/style.css",
                "css\/dxm_modal.css"
            ],
            "js": [
                "js\/jquery-2.1.4.min.js",
                "js\/default.js",
                "js\/link_rule.js",
                "js\/content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "permissions": [
        "tabs",
        "contextMenus",
        "cookies",
        "*:\/\/*.mabangerp.com\/",
        "https:\/\/*.amazon.com\/",
        "https:\/\/*.lazada.co.th\/",
        "*:\/\/*.1688.com\/",
        "*:\/\/*.taobao.com\/",
        "https:\/\/desc.alicdn.com\/",
        "http:\/\/dsc.taobaocdn.com\/",
        "*:\/\/www.aliexpress.com\/",
        "*:\/\/nl.aliexpress.com\/",
        "http:\/\/*.alibaba.com\/",
        "https:\/\/*.tmall.com\/",
        "*:\/\/*.ebay.com\/",
        "http:\/\/*.ebaydesc.com\/",
        "https:\/\/www.joom.com\/",
        "http:\/\/item.jd.com\/",
        "https:\/\/*.yangkeduo.com\/",
        "http:\/\/*.pinduoduo.com\/",
        "https:\/\/*.vova.com\/",
        "https:\/\/*.alibaba.com\/",
        "https:\/\/*.xiapibuy.com\/"
    ],
    "web_accessible_resources": [
        "main.html"
    ]
}