电商搬运信息助手
搬运Amazon、Ebay等平台商品数据到Woocommerce、Shopify等平台
电商搬运信息助手란 무엇입니까?
电商搬运信息助手은(는) changyongdon에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "搬运Amazon、Ebay等平台商品数据到Woocommerce、Shopify等平台"입니다.
확장 프로그램 스크린샷
电商搬运信息助手 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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": [ " |