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.".
Снимки экрана расширения
Скачать файл 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 |
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": [ " |