随商商城采集助手
随商商城采集助手可支持淘宝、速卖通、1688、天猫、eBay等站点的产品采集,采集后可发布到随商电商系统多商家的店铺中。
随商商城采集助手란 무엇입니까?
随商商城采集助手은(는) https://www.suteshop.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "随商商城采集助手可支持淘宝、速卖通、1688、天猫、eBay等站点的产品采集,采集后可发布到随商电商系统多商家的店铺中。"입니다.
확장 프로그램 스크린샷
随商商城采集助手 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
随商商城采集助手,是一款能帮助随商商家快速采集天猫、淘宝、1688等网站商品数据到商家商品库的实用工具。
확장 프로그램 기본 정보
이름 | 随商商城采集助手 |
ID | gcdkdhgdlafdlmlnfpekhfnmdhdapkmk |
공식 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 |
설명 | 随商商城采集助手可支持淘宝、速卖通、1688、天猫、eBay等站点的产品采集,采集后可发布到随商电商系统多商家的店铺中。 |
파일 크기 | 253 KB |
설치 횟수 | 25 |
현재 버전 | 1.0.3 |
최근 업데이트 | 2021-01-04 |
출시 날짜 | 2020-12-24 |
개발자 | https://www.suteshop.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://test.suteshop.com |
개인정보 보호 정책 페이지 URL | https://test.suteshop.com/account.php/Login/protocol |
지원되는 언어 | 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\/" ] } |