BlueBear Ozon Data Extension

No need to register or log in, no ads, minimalist extension, and quick check of Ozon product sales, pageviews and other data.

什么是BlueBear Ozon Data Extension?

BlueBear Ozon Data Extension是由Gold e-Bridge开发的Chrome扩展程序,该扩展的主要功能是“No need to register or log in, no ads, minimalist extension, and quick check of Ozon product sales, pageviews and other data.”。

扩展截图

screenshot
screenshot

下载BlueBear Ozon Data Extension扩展crx文件

下载BlueBear Ozon Data Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Ozon minimalist plug-in that is truly functional, easy to use.
Quickly view Ozon product sales, pageviews and other data without registration.
Advanced functions (collection, analysis, follow-up selling) can be registered for free trial.                    

扩展基本信息

名称 BlueBear Ozon Data Extension BlueBear Ozon Data Extension
ID olembkfbeofagblhamcafhjeimcapnak
官方URL https://chromewebstore.google.com/detail/bluebear-ozon-data-extens/olembkfbeofagblhamcafhjeimcapnak
简介 No need to register or log in, no ads, minimalist extension, and quick check of Ozon product sales, pageviews and other data.
文件大小 878 KB
安装次数 401
当前版本 1.2.2
更新时间 2024-01-17
上架时间 2023-11-10
评分 4.20/5 共5次评分
开发者 Gold e-Bridge
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.ozonabc.com
帮助页面URL https://www.goldebridge.com/ozon
支持的语言 en,ru,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extname__",
    "version": "1.2.2",
    "description": "__MSG_extdescription__",
    "default_locale": "zh_CN",
    "action": {
        "default_icon": ".\/assets\/logo128.png",
        "default_popup": ".\/dist\/popup\/index.html"
    },
    "background": {
        "service_worker": ".\/dist\/background\/index.mjs",
        "type": "module"
    },
    "icons": {
        "16": ".\/assets\/logo128.png",
        "48": ".\/assets\/logo128.png",
        "128": ".\/assets\/logo128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*.goldebridge.com\/",
        "*:\/\/*.ozonabc.com\/",
        "*:\/\/*.ozon.ru\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.ozon.ru\/product\/*"
            ],
            "js": [
                "dist\/contentScripts\/index.global.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/contentScripts\/style.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}