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 là gì?

BlueBear Ozon Data Extension là một tiện ích mở rộng Chrome được phát triển bởi Gold e-Bridge, và tính năng chính của nó là "No need to register or log in, no ads, minimalist extension, and quick check of Ozon product sales, pageviews and other data.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng BlueBear Ozon Data Extension

Tải xuống các tệp mở rộng BlueBear Ozon Data Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên BlueBear Ozon Data Extension BlueBear Ozon Data Extension
ID olembkfbeofagblhamcafhjeimcapnak
URL Chính Thức https://chromewebstore.google.com/detail/bluebear-ozon-data-extens/olembkfbeofagblhamcafhjeimcapnak
Mô tả No need to register or log in, no ads, minimalist extension, and quick check of Ozon product sales, pageviews and other data.
Kích Thước Tệp 878 KB
Số Lần Cài Đặt 401
Phiên Bản Hiện Tại 1.2.2
Cập Nhật Lần Cuối 2024-01-17
Ngày Phát Hành 2023-11-10
Đánh Giá 4.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Gold e-Bridge
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.ozonabc.com
URL Trang Trợ Giúp https://www.goldebridge.com/ozon
Ngôn Ngữ Được Hỗ Trợ 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'"
    }
}