电商信息导出助手

1688、淘宝、天猫、京东、速卖通等国内外电商平台详情页图片下载等功能

What is 电商信息导出助手?

电商信息导出助手 is a Chrome extension developed by changyongdon, and its main feature is "1688、淘宝、天猫、京东、速卖通等国内外电商平台详情页图片下载等功能".

Extension Screenshots

screenshot
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、淘宝、天猫、京东、速卖通采集商品过程中,下载图片较为繁琐,开发一个工具,直接一键下载商品详情页上的橱窗、子sku以及描述的所有图片,非常的方便
使用方法:
1、安装插件
2、打开1688、淘宝、天猫、京东、速卖通任意商品详情页,右下角会多出一个【电商商品助手】的功能框
3、点击【下载图片】按钮,直接下载到浏览器设置的默认下载文件夹下,以1688商品编号为文件夹,所有图片都保存在该文件夹下
4、有需要其他功能开发,欢迎评论或者邮件给小开
5、有需要的可以加我微信【Changyong_Tiankong】沟通

适用平台:
	1688、淘宝、天猫、京东、速卖通
实现功能:
	1、下载橱窗、子sku、描述所有图片
	2、下载橱窗、描述视频                    

Extension Basic Information

Name 电商信息导出助手 电商信息导出助手
ID idgabfoefbjgffkkdafcdhgfjcjbiako
Official URL https://chromewebstore.google.com/detail/%E7%94%B5%E5%95%86%E4%BF%A1%E6%81%AF%E5%AF%BC%E5%87%BA%E5%8A%A9%E6%89%8B/idgabfoefbjgffkkdafcdhgfjcjbiako
Description 1688、淘宝、天猫、京东、速卖通等国内外电商平台详情页图片下载等功能
File Size 6.99 MB
Installation Count 3,000
Current Version 2.8.3
Last Updated 2023-11-10
Publish Date 2021-08-12
Rating 4.77/5 Total 13 Ratings
Developer changyongdon
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u7535\u5546\u4fe1\u606f\u5bfc\u51fa\u52a9\u624b",
    "description": "1688\u3001\u6dd8\u5b9d\u3001\u5929\u732b\u3001\u4eac\u4e1c\u3001\u901f\u5356\u901a\u7b49\u56fd\u5185\u5916\u7535\u5546\u5e73\u53f0\u8be6\u60c5\u9875\u56fe\u7247\u4e0b\u8f7d\u7b49\u529f\u80fd",
    "version": "2.8.3",
    "manifest_version": 3,
    "icons": {
        "16": "img\/shop.png",
        "48": "img\/shop.png",
        "128": "img\/shop.png"
    },
    "options_page": "options.html",
    "action": {
        "default_icon": {
            "16": "img\/shop.png",
            "24": "img\/shop.png",
            "32": "img\/shop.png"
        },
        "default_title": "\u7535\u5546\u4fe1\u606f\u5bfc\u51fa\u52a9\u624b",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "bg.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "https:\/\/detail.1688.*\/*",
                "https:\/\/item.taobao.*\/*",
                "https:\/\/detail.tmall.*\/*",
                "https:\/\/item.jd.*\/*",
                "https:\/\/*.aliexpress.*\/item\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/content.css",
                "css\/main.css"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        ""
    ],
    "permissions": [
        "downloads",
        "storage"
    ]
}