随商商城采集助手

随商商城采集助手可支持淘宝、速卖通、1688、天猫、eBay等站点的产品采集,采集后可发布到随商电商系统多商家的店铺中。

What is 随商商城采集助手?

随商商城采集助手 is a Chrome extension developed by https://www.suteshop.com, and its main feature is "随商商城采集助手可支持淘宝、速卖通、1688、天猫、eBay等站点的产品采集,采集后可发布到随商电商系统多商家的店铺中。".

Extension Screenshots

screenshot
screenshot

Download 随商商城采集助手 Extension CRX File

Download 随商商城采集助手 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

                        随商商城采集助手,是一款能帮助随商商家快速采集天猫、淘宝、1688等网站商品数据到商家商品库的实用工具。                    

Extension Basic Information

Name 随商商城采集助手 随商商城采集助手
ID gcdkdhgdlafdlmlnfpekhfnmdhdapkmk
Official URL https://chromewebstore.google.com/detail/%E9%9A%8F%E5%95%86%E5%95%86%E5%9F%8E%E9%87%87%E9%9B%86%E5%8A%A9%E6%89%8B/gcdkdhgdlafdlmlnfpekhfnmdhdapkmk
Description 随商商城采集助手可支持淘宝、速卖通、1688、天猫、eBay等站点的产品采集,采集后可发布到随商电商系统多商家的店铺中。
File Size 253 KB
Installation Count 25
Current Version 1.0.3
Last Updated 2021-01-04
Publish Date 2020-12-24
Developer https://www.suteshop.com
Email [email protected]
Payment Type free
Extension Website https://test.suteshop.com
Privacy Policy Page URL https://test.suteshop.com/account.php/Login/protocol
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u968f\u5546\u5546\u57ce\u91c7\u96c6\u52a9\u624b",
    "description": "\u968f\u5546\u5546\u57ce\u91c7\u96c6\u52a9\u624b\u53ef\u652f\u6301\u6dd8\u5b9d\u3001\u901f\u5356\u901a\u30011688\u3001\u5929\u732b\u3001eBay\u7b49\u7ad9\u70b9\u7684\u4ea7\u54c1\u91c7\u96c6\uff0c\u91c7\u96c6\u540e\u53ef\u53d1\u5e03\u5230\u968f\u5546\u7535\u5546\u7cfb\u7edf\u591a\u5546\u5bb6\u7684\u5e97\u94fa\u4e2d\u3002",
    "version": "1.0.3",
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/html.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png"
        },
        "default_title": "\u968f\u5546\u5546\u57ce\u91c7\u96c6\u52a9\u624b"
    },
    "content_scripts": [
        {
            "css": [
                "css\/kmy_crawl.css",
                "css\/kmy_layer.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/kmyLayer.js",
                "js\/content.js",
                "js\/html.js",
                "js\/myj.js",
                "js\/repeat.js",
                "js\/platform.js",
                "js\/crawl.js"
            ],
            "matches": [
                "https:\/\/desc.alicdn.com\/*",
                "http:\/\/dsc.taobaocdn.com\/*",
                "http:\/\/*.aliexpress.com\/*",
                "https:\/\/*.aliexpress.com\/*",
                "http:\/\/*.1688.com\/*",
                "https:\/\/*.1688.com\/*",
                "http:\/\/*.alibaba.com\/*",
                "https:\/\/*.alibaba.com\/*",
                "https:\/\/*.taobao.com\/*",
                "http:\/\/*.taobao.com\/*",
                "https:\/\/*.tmall.hk\/*",
                "https:\/\/*.tmall.com\/*",
                "http:\/\/*.dhgate.com\/*",
                "https:\/\/*.dhgate.com\/*",
                "http:\/\/*.ebay.com\/*",
                "http:\/\/*.ebaydesc.com\/*",
                "http:\/\/www.amazon.com\/*",
                "http:\/\/*.jd.com\/*",
                "https:\/\/*.jd.com\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "manifest_version": 2,
    "permissions": [
        "contextMenus",
        "storage",
        "https:\/\/*.shopsuite.cn\/",
        "https:\/\/*.suteshop.com\/",
        "https:\/\/desc.alicdn.com\/",
        "http:\/\/dsc.taobaocdn.com\/",
        "http:\/\/*.aliexpress.com\/",
        "https:\/\/*.aliexpress.com\/",
        "http:\/\/*.1688.com\/",
        "https:\/\/*.1688.com\/",
        "http:\/\/*.alibaba.com\/",
        "https:\/\/*.alibaba.com\/",
        "https:\/\/*.taobao.com\/",
        "http:\/\/*.taobao.com\/",
        "https:\/\/*.tmall.hk\/",
        "https:\/\/*.tmall.com\/",
        "http:\/\/*.dhgate.com\/",
        "https:\/\/*.dhgate.com\/",
        "http:\/\/*.ebay.com\/",
        "http:\/\/*.ebaydesc.com\/",
        "http:\/\/www.amazon.com\/",
        "http:\/\/*.jd.com\/",
        "https:\/\/*.jd.com\/",
        "http:\/\/127.0.0.1\/",
        "http:\/\/localhost:8080\/"
    ]
}