ozon选品插件

ozon选品数据分析插件

What is ozon选品插件?

ozon选品插件 is a Chrome extension developed by 富通天下云技术团队, and its main feature is "ozon选品数据分析插件".

Extension Screenshots

screenshot
screenshot

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

                        芒果店长(http://www.mangoerp.com/)ozon产品分析工具,支持产品信息展示。                    

Extension Basic Information

Name ozon选品插件 ozon选品插件
ID ikjdhpdljlooodmbmjoajkpifkfiflmn
Official URL https://chromewebstore.google.com/detail/ozon%E9%80%89%E5%93%81%E6%8F%92%E4%BB%B6/ikjdhpdljlooodmbmjoajkpifkfiflmn
Description ozon选品数据分析插件
File Size 237 KB
Installation Count 1,435
Current Version 0.1.0
Last Updated 2024-03-01
Publish Date 2023-09-17
Rating 1.00/5 Total 2 Ratings
Developer 富通天下云技术团队
Email [email protected]
Payment Type free
Supported Languages 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\/"
    ]
}