产品库采集插件
一键采集
Wat is 产品库采集插件?
产品库采集插件 is een Chrome-extensie ontwikkeld door sunskyonline.sales, en de belangrijkste functie is "一键采集".
Extensie Screenshots
Download het CRX-bestand van de extensie 产品库采集插件
Download 产品库采集插件-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
用于采集任意跨境电商平台网站中的产品信息。您可以将任意店铺、商品等资料快速复制到自己的店铺中。 Basisinformatie over de Extensie
| Naam | |
| ID | ecnobkadlbkbcdmaidnhigklogkidlhf |
| Officiële 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 |
| Beschrijving | 一键采集 |
| Bestandsgrootte | 168 KB |
| Aantal Installaties | 165 |
| Huidige Versie | 6.2 |
| Laatst Bijgewerkt | 2021-11-18 |
| Publicatiedatum | 2020-06-04 |
| Ontwikkelaar | sunskyonline.sales |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://www.yunkuerp.cn |
| Ondersteunde Talen | 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
} | |