mabang:数据采集助手

快速采集商品信息

mabang:数据采集助手란 무엇입니까?

mabang:数据采集助手은(는) mabangerp에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "快速采集商品信息"입니다.

확장 프로그램 스크린샷

screenshot

mabang:数据采集助手 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 mabang:数据采集助手 mabang:数据采集助手
ID mknlcdjgeebpfmojjmdhoeolmmdhdloa
공식 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
설명 快速采集商品信息
파일 크기 102 KB
설치 횟수 246
현재 버전 1.1
최근 업데이트 2023-02-07
출시 날짜 2021-10-30
개발자 mabangerp
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://asia.mabangerp.com/
도움말 페이지 URL https://asia.mabangerp.com/
지원되는 언어 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"
    ]
}