萌啦数据-ozon卖家助手
萌啦ozon-卖家助手,支持1688图搜货源和ozon在线实时定价,批量自动上架商品,是店铺运营的必备工具
What is 萌啦数据-ozon卖家助手?
萌啦数据-ozon卖家助手 is a Chrome extension developed by 萌啦科技, and its main feature is "萌啦ozon-卖家助手,支持1688图搜货源和ozon在线实时定价,批量自动上架商品,是店铺运营的必备工具".
Extension Screenshots
Download 萌啦数据-ozon卖家助手 Extension CRX File
Download 萌啦数据-ozon卖家助手 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
ozon商城支持边浏览边查看核心数据,选品更轻松! 多维度行业排行榜,轻松掌握行业趋势。 榜单选品神器,精准数据分析,轻松挑选爆款产品。 掌握高转化关键词,抢占热门关键词先机。 一键批量上货在线批量采集刊登商品,热销榜单一键轻松上货; 登录萌啦ozon官网(http://ozon.menglar.com/),体验更多功能! Menglar Amazon - Seller Assistant, focusing on Amazon cross-border e-commerce, accurately grasping changes in popular products, automatically translating Chinese titles and converting RMB exchange rates, supporting 1688 image search for goods sources and real-time pricing on Amazon online, batch automatic listing of products, is a necessary tool for store operation.
Extension Basic Information
Name | 萌啦数据-ozon卖家助手 |
ID | acjmhpcpcnngcimoiogljmpdacjbbcdl |
Official URL | https://chromewebstore.google.com/detail/%E8%90%8C%E5%95%A6%E6%95%B0%E6%8D%AE-ozon%E5%8D%96%E5%AE%B6%E5%8A%A9%E6%89%8B/acjmhpcpcnngcimoiogljmpdacjbbcdl |
Description | 萌啦ozon-卖家助手,支持1688图搜货源和ozon在线实时定价,批量自动上架商品,是店铺运营的必备工具 |
File Size | 1.33 MB |
Installation Count | 358 |
Current Version | 1.0.8 |
Last Updated | 2024-02-28 |
Publish Date | 2023-08-28 |
Developer | 萌啦科技 |
[email protected] | |
Payment Type | free |
Extension Website | https://ozon.menglar.com/ |
Help Page URL | https://a.menglar.com/sys-nd/9080.html |
Privacy Policy Page URL | https://a.menglar.com/h-col-723.html |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u840c\u5566\u6570\u636e-ozon\u5356\u5bb6\u52a9\u624b", "description": "\u840c\u5566ozon-\u5356\u5bb6\u52a9\u624b\uff0c\u652f\u63011688\u56fe\u641c\u8d27\u6e90\u548cozon\u5728\u7ebf\u5b9e\u65f6\u5b9a\u4ef7\uff0c\u6279\u91cf\u81ea\u52a8\u4e0a\u67b6\u5546\u54c1\uff0c\u662f\u5e97\u94fa\u8fd0\u8425\u7684\u5fc5\u5907\u5de5\u5177", "version": "1.0.8", "manifest_version": 3, "icons": { "16": "img\/logo16.png", "48": "img\/logo48.png", "128": "img\/logo.png" }, "action": { "default_popup": "popup.html", "default_icon": "img\/logo.png", "default_title": "\u840c\u5566\u6570\u636e-ozon\u5356\u5bb6\u52a9\u624b" }, "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "js": [ "js\/injected.js", "js\/utils.js", "js\/popup.js", "js\/content.js", "js\/detail.js", "js\/selectTabs.js" ], "css": [ "css\/detail.css", "css\/content.css", "css\/popup.css", "css\/selectTabs.css" ], "matches": [ "*:\/\/www.ozon.ru\/*", "*:\/\/*.ozon.ru\/*", "*:\/\/*.ozone.ru\/*", "*:\/\/*.ozon.by\/*", "*:\/\/ozon.by\/*", "*:\/\/ozone.by\/*", "*:\/\/*.ozon.by\/*" ] } ], "externally_connectable": { "matches": [ "*:\/\/www.ozon.ru\/*", "*:\/\/*.ozon.ru\/*", "*:\/\/*.ozone.ru\/*", "*:\/\/*.ozon.by\/*", "*:\/\/ozon.by\/*", "*:\/\/ozone.by\/*", "*:\/\/*.ozon.by\/*" ] }, "web_accessible_resources": [ { "resources": [ "js\/injected.js", "js\/detail.js" ], "matches": [ "*:\/\/www.ozon.ru\/*", "*:\/\/*.ozon.ru\/*", "*:\/\/*.ozone.ru\/*", "*:\/\/*.ozon.by\/*", "*:\/\/ozon.by\/*", "*:\/\/ozone.by\/*", "*:\/\/*.ozon.by\/*" ] } ], "permissions": [ "cookies" ], "host_permissions": [ "*:\/\/*\/*" ] } |