电商搬运信息助手

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

ما هو 电商搬运信息助手؟

电商搬运信息助手 هو إضافة Chrome تم تطويرها بواسطة changyongdon، والميزة الرئيسية لها هي "搬运Amazon、Ebay等平台商品数据到Woocommerce、Shopify等平台".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة 电商搬运信息助手

قم بتنزيل ملفات الامتداد 电商搬运信息助手 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم 电商搬运信息助手 电商搬运信息助手
ID olldeingipoaneiihimcgfldcfalalmj
عنوان 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
الوصف 搬运Amazon、Ebay等平台商品数据到Woocommerce、Shopify等平台
حجم الملف 5.56 MB
عدد التثبيتات 95
النسخة الحالية 3.0.3
آخر تحديث 2023-07-31
تاريخ النشر 2021-08-16
تقييم 5.00/5 مجموع تقييمات 3
المطور changyongdon
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
    ]
}