萌啦数据-ozon卖家助手

萌啦ozon-卖家助手,支持1688图搜货源和ozon在线实时定价,批量自动上架商品,是店铺运营的必备工具

什么是萌啦数据-ozon卖家助手?

萌啦数据-ozon卖家助手是由萌啦科技开发的Chrome扩展程序,该扩展的主要功能是“萌啦ozon-卖家助手,支持1688图搜货源和ozon在线实时定价,批量自动上架商品,是店铺运营的必备工具”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载萌啦数据-ozon卖家助手扩展crx文件

下载萌啦数据-ozon卖家助手扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 萌啦数据-ozon卖家助手 萌啦数据-ozon卖家助手
ID acjmhpcpcnngcimoiogljmpdacjbbcdl
官方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
简介 萌啦ozon-卖家助手,支持1688图搜货源和ozon在线实时定价,批量自动上架商品,是店铺运营的必备工具
文件大小 1.33 MB
安装次数 358
当前版本 1.0.8
更新时间 2024-02-28
上架时间 2023-08-28
开发者 萌啦科技
电子邮箱 [email protected]
付费类型 free
扩展官网 https://ozon.menglar.com/
帮助页面URL https://a.menglar.com/sys-nd/9080.html
隐私政策页面URL https://a.menglar.com/h-col-723.html
支持的语言 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": [
        "*:\/\/*\/*"
    ]
}