产品库采集插件
一键采集
产品库采集插件란 무엇입니까?
产品库采集插件은(는) sunskyonline.sales에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "一键采集"입니다.
확장 프로그램 스크린샷
产品库采集插件 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
用于采集任意跨境电商平台网站中的产品信息。您可以将任意店铺、商品等资料快速复制到自己的店铺中。
확장 프로그램 기본 정보
이름 | 产品库采集插件 |
ID | ecnobkadlbkbcdmaidnhigklogkidlhf |
공식 URL | https://chromewebstore.google.com/detail/%E4%BA%A7%E5%93%81%E5%BA%93%E9%87%87%E9%9B%86%E6%8F%92%E4%BB%B6/ecnobkadlbkbcdmaidnhigklogkidlhf |
설명 | 一键采集 |
파일 크기 | 168 KB |
설치 횟수 | 165 |
현재 버전 | 6.2 |
최근 업데이트 | 2021-11-18 |
출시 날짜 | 2020-06-04 |
개발자 | sunskyonline.sales |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.yunkuerp.cn |
지원되는 언어 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u4ea7\u54c1\u5e93\u91c7\u96c6\u63d2\u4ef6", "description": "\u4e00\u952e\u91c7\u96c6", "version": "6.2", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "contextMenus", "tabs", "*:\/\/*\/*" ], "background": { "scripts": [ "jquery.js", "background.js" ], "default_icon": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } }, "content_scripts": [ { "all_frames": true, "matches": [ "*:\/\/*\/*" ], "css": [ "layer\/layer.css" ], "js": [ "jquery.js", "layer\/layer.js", "content.js" ] } ], "web_accessible_resources": [ "inject.js", "layer\/icon.png" ], "browser_action": { "default_title": "\u4ea7\u54c1\u5e93\u91c7\u96c6\u63d2\u4ef6" }, "manifest_version": 2 } |