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.

What is BlueBear Ozon Data Extension?

BlueBear Ozon Data Extension is a Chrome extension developed by Gold e-Bridge, and its main feature is "No need to register or log in, no ads, minimalist extension, and quick check of Ozon product sales, pageviews and other data.".

Extension Screenshots

screenshot
screenshot

Download BlueBear Ozon Data Extension Extension CRX File

Download BlueBear Ozon Data Extension 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 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.                    

Extension Basic Information

Name BlueBear Ozon Data Extension BlueBear Ozon Data Extension
ID olembkfbeofagblhamcafhjeimcapnak
Official URL https://chromewebstore.google.com/detail/bluebear-ozon-data-extens/olembkfbeofagblhamcafhjeimcapnak
Description No need to register or log in, no ads, minimalist extension, and quick check of Ozon product sales, pageviews and other data.
File Size 878 KB
Installation Count 401
Current Version 1.2.2
Last Updated 2024-01-17
Publish Date 2023-11-10
Rating 4.20/5 Total 5 Ratings
Developer Gold e-Bridge
Email [email protected]
Payment Type free
Extension Website https://www.ozonabc.com
Help Page URL https://www.goldebridge.com/ozon
Supported Languages 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'"
    }
}