产品库采集插件
一键采集
What is 产品库采集插件?
产品库采集插件 is a Chrome extension developed by sunskyonline.sales, and its main feature is "一键采集".
Extension Screenshots
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
用于采集任意跨境电商平台网站中的产品信息。您可以将任意店铺、商品等资料快速复制到自己的店铺中。
Extension Basic Information
Name | 产品库采集插件 |
ID | ecnobkadlbkbcdmaidnhigklogkidlhf |
Official 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 |
Description | 一键采集 |
File Size | 168 KB |
Installation Count | 165 |
Current Version | 6.2 |
Last Updated | 2021-11-18 |
Publish Date | 2020-06-04 |
Developer | sunskyonline.sales |
[email protected] | |
Payment Type | free |
Extension Website | https://www.yunkuerp.cn |
Supported Languages | 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 } |