电商搬运信息助手

搬运Amazon、Ebay等平台商品数据到Woocommerce、Shopify等平台

What is 电商搬运信息助手?

电商搬运信息助手 is a Chrome extension developed by changyongdon, and its main feature is "搬运Amazon、Ebay等平台商品数据到Woocommerce、Shopify等平台".

Extension Screenshots

screenshot
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

                        功能:采集amazon等跨境电商平台商品详情、评价等信息到自建独立站
目前实现:同步amazon单体商品信息到自建独立站WrodPress的WooCommerce、Shopify等平台中
注意事项:
1、只能同步单体商品信息,变体信息是以当前页SKU信息为准
2、对接独立站为开源WordPress的WooCommerce电商插件、Shopify等平台的API
3、商品价格以亚马逊售价*1.3;商品类目无法映射,所以暂时无类目,需要手动自己后台修改;
有需要的可以加我微信【Changyong_Tiankong】沟通                    

Extension Basic Information

Name 电商搬运信息助手 电商搬运信息助手
ID olldeingipoaneiihimcgfldcfalalmj
Official URL https://chromewebstore.google.com/detail/%E7%94%B5%E5%95%86%E6%90%AC%E8%BF%90%E4%BF%A1%E6%81%AF%E5%8A%A9%E6%89%8B/olldeingipoaneiihimcgfldcfalalmj
Description 搬运Amazon、Ebay等平台商品数据到Woocommerce、Shopify等平台
File Size 5.56 MB
Installation Count 95
Current Version 3.0.3
Last Updated 2023-07-31
Publish Date 2021-08-16
Rating 5.00/5 Total 3 Ratings
Developer changyongdon
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u7535\u5546\u642c\u8fd0\u4fe1\u606f\u52a9\u624b",
    "description": "\u642c\u8fd0Amazon\u3001Ebay\u7b49\u5e73\u53f0\u5546\u54c1\u6570\u636e\u5230Woocommerce\u3001Shopify\u7b49\u5e73\u53f0",
    "version": "3.0.3",
    "icons": {
        "16": "img\/eshop_16.png",
        "48": "img\/eshop_48.png",
        "128": "img\/eshop_128.png"
    },
    "options_page": "options.html",
    "action": {
        "default_icon": {
            "16": "img\/eshop_16.png",
            "24": "img\/eshop_24.png",
            "32": "img\/eshop_32.png"
        },
        "default_title": "\u7535\u5546\u642c\u8fd0\u4fe1\u606f\u52a9\u624b",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "bg.js"
    },
    "commands": {
        "open_product_panel": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "windows": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y",
                "chromeos": "Ctrl+Shift+Y",
                "linux": "Ctrl+Shift+Y"
            },
            "description": "Inject a script on the page"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "*:\/\/*.amazon.*\/*",
                "*:\/\/*.ebay.com\/*"
            ],
            "js": [
                "js\/SpiderInfo.js"
            ],
            "css": [
                "css\/main.css",
                "css\/SpiderInfo.css"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        ""
    ],
    "permissions": [
        "storage"
    ]
}