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.

Cos'è BlueBear Ozon Data Extension?

BlueBear Ozon Data Extension è un'estensione di Chrome sviluppata da Gold e-Bridge, e la sua funzione principale è "No need to register or log in, no ads, minimalist extension, and quick check of Ozon product sales, pageviews and other data.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione BlueBear Ozon Data Extension

Scarica i file di estensione BlueBear Ozon Data Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome BlueBear Ozon Data Extension BlueBear Ozon Data Extension
ID olembkfbeofagblhamcafhjeimcapnak
URL Ufficiale https://chromewebstore.google.com/detail/bluebear-ozon-data-extens/olembkfbeofagblhamcafhjeimcapnak
Descrizione No need to register or log in, no ads, minimalist extension, and quick check of Ozon product sales, pageviews and other data.
Dimensione del File 878 KB
Conteggio Installazioni 401
Versione Corrente 1.2.2
Ultimo Aggiornamento 2024-01-17
Data di Pubblicazione 2023-11-10
Valutazione 4.20/5 Totale 5 Valutazioni
Sviluppatore Gold e-Bridge
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.ozonabc.com
URL della Pagina di Aiuto https://www.goldebridge.com/ozon
Lingue Supportate 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'"
    }
}