ozon选品插件
ozon选品数据分析插件
Was ist ozon选品插件?
ozon选品插件 ist eine Chrome-Erweiterung, die von 富通天下云技术团队 entwickelt wurde, und ihr Hauptmerkmal ist "ozon选品数据分析插件".
Erweiterungsscreenshots
ozon选品插件-Erweiterungs-CRX-Datei herunterladen
Laden Sie ozon选品插件-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
芒果店长(http://www.mangoerp.com/)ozon产品分析工具,支持产品信息展示。 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ikjdhpdljlooodmbmjoajkpifkfiflmn |
| Offizielle URL | https://chromewebstore.google.com/detail/ozon%E9%80%89%E5%93%81%E6%8F%92%E4%BB%B6/ikjdhpdljlooodmbmjoajkpifkfiflmn |
| Beschreibung | ozon选品数据分析插件 |
| Dateigröße | 237 KB |
| Installationsanzahl | 1,435 |
| Aktuelle Version | 0.1.0 |
| Letztes Update | 2024-03-01 |
| Veröffentlichungsdatum | 2023-09-17 |
| Bewertung | 1.00/5 Insgesamt 2 Bewertungen |
| Entwickler | 富通天下云技术团队 |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "ozon\u9009\u54c1\u63d2\u4ef6",
"short_name": "mangoerp-ozonsell",
"description": "ozon\u9009\u54c1\u6570\u636e\u5206\u6790\u63d2\u4ef6",
"version": "0.1.0",
"icons": {
"16": "assets\/logo16.png",
"48": "assets\/logo48.png",
"128": "assets\/logo128.png"
},
"action": {
"default_title": "\u8292\u679c\u5e97\u957f-ozon\u9009\u54c1\u6307\u6807\u63d2\u4ef6",
"default_icon": "assets\/logo48.png"
},
"background": {
"service_worker": "js\/background.js"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"exclude_matches": [
"*:\/\/*.mangoerp.com\/*",
"http:\/\/127.0.0.1\/*",
"http:\/\/localhost\/*"
],
"all_frames": true,
"js": [
"js\/content.js",
"js\/chunk-vendors.js",
"assets\/lib\/echarts.min.js"
],
"css": [
"css\/content.css"
]
}
],
"web_accessible_resources": [
{
"resources": [
"main.html"
],
"matches": [
"*:\/\/*.mangoerp.com\/*",
"*:\/\/www.ozon.ru\/*",
"*:\/\/*.ozon.ru\/*",
"*:\/\/*.ozone.ru\/*"
]
}
],
"externally_connectable": {
"matches": [
"*:\/\/*.mangoerp.com\/*",
"*:\/\/www.ozon.ru\/*",
"*:\/\/*.ozon.ru\/*",
"*:\/\/*.ozone.ru\/*"
]
},
"permissions": [
"webRequest",
"tabs",
"storage"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"http:\/\/*.mangoerp.com\/",
"https:\/\/*.mangoerp.com\/"
]
} | |