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.」です。
拡張機能のスクリーンショット
BlueBear Ozon Data Extension拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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": [ " |