ozon选品插件

ozon选品数据分析插件

Wat is ozon选品插件?

ozon选品插件 is een Chrome-extensie ontwikkeld door 富通天下云技术团队, en de belangrijkste functie is "ozon选品数据分析插件".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie ozon选品插件

Download ozon选品插件-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam ozon选品插件 ozon选品插件
ID ikjdhpdljlooodmbmjoajkpifkfiflmn
Officiële URL https://chromewebstore.google.com/detail/ozon%E9%80%89%E5%93%81%E6%8F%92%E4%BB%B6/ikjdhpdljlooodmbmjoajkpifkfiflmn
Beschrijving ozon选品数据分析插件
Bestandsgrootte 237 KB
Aantal Installaties 1,435
Huidige Versie 0.1.0
Laatst Bijgewerkt 2024-03-01
Publicatiedatum 2023-09-17
Beoordeling 1.00/5 Totaal 2 Beoordelingen
Ontwikkelaar 富通天下云技术团队
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/"
    ]
}