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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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'"
    }
}