ozon选品插件
ozon选品数据分析插件
Qu'est-ce que ozon选品插件 ?
ozon选品插件 est une extension Chrome développée par 富通天下云技术团队, et sa fonction principale est "ozon选品数据分析插件".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ozon选品插件
Téléchargez les fichiers d'extension ozon选品插件 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
芒果店长(http://www.mangoerp.com/)ozon产品分析工具,支持产品信息展示。
Informations de Base sur l'Extension
Nom | ozon选品插件 |
ID | ikjdhpdljlooodmbmjoajkpifkfiflmn |
URL Officiel | https://chromewebstore.google.com/detail/ozon%E9%80%89%E5%93%81%E6%8F%92%E4%BB%B6/ikjdhpdljlooodmbmjoajkpifkfiflmn |
Description | ozon选品数据分析插件 |
Taille du Fichier | 237 KB |
Nombre d'Installations | 1,435 |
Version Actuelle | 0.1.0 |
Dernière Mise à Jour | 2024-03-01 |
Date de Publication | 2023-09-17 |
Évaluation | 1.00/5 Total 2 Évaluations |
Développeur | 富通天下云技术团队 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/" ] } |