产品库采集插件
一键采集
什么是产品库采集插件?
产品库采集插件是由sunskyonline.sales开发的Chrome扩展程序,该扩展的主要功能是“一键采集”。
扩展截图
下载产品库采集插件扩展crx文件
下载产品库采集插件扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
用于采集任意跨境电商平台网站中的产品信息。您可以将任意店铺、商品等资料快速复制到自己的店铺中。 扩展基本信息
| 名称 | |
| 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
} | |