ozon选品插件
ozon选品数据分析插件
Cos'è ozon选品插件?
ozon选品插件 è un'estensione di Chrome sviluppata da 富通天下云技术团队, e la sua funzione principale è "ozon选品数据分析插件".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ozon选品插件
Scarica i file di estensione ozon选品插件 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
芒果店长(http://www.mangoerp.com/)ozon产品分析工具,支持产品信息展示。 Informazioni di Base sull'Estensione
| Nome | |
| ID | ikjdhpdljlooodmbmjoajkpifkfiflmn |
| URL Ufficiale | https://chromewebstore.google.com/detail/ozon%E9%80%89%E5%93%81%E6%8F%92%E4%BB%B6/ikjdhpdljlooodmbmjoajkpifkfiflmn |
| Descrizione | ozon选品数据分析插件 |
| Dimensione del File | 237 KB |
| Conteggio Installazioni | 1,435 |
| Versione Corrente | 0.1.0 |
| Ultimo Aggiornamento | 2024-03-01 |
| Data di Pubblicazione | 2023-09-17 |
| Valutazione | 1.00/5 Totale 2 Valutazioni |
| Sviluppatore | 富通天下云技术团队 |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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\/"
]
} | |