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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gold e-Bridge และคุณลักษณะหลักของมันคือ "No need to register or log in, no ads, minimalist extension, and quick check of Ozon product sales, pageviews and other data."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BlueBear Ozon Data Extension

ดาวน์โหลดไฟล์ส่วนขยาย 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'"
    }
}