Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Seller Helper - \u043f\u043e\u043c\u043e\u0449\u043d\u0438\u043a \u0432 \u0440\u0430\u0431\u043e\u0442\u0435 \u0441 Ozon", "description": "\u041f\u043e\u043c\u043e\u0433\u0430\u0435\u0442 \u0440\u0430\u0431\u043e\u0442\u0430\u0442\u044c \u0441 \u0434\u0430\u043d\u043d\u044b\u043c\u0438 \u0438 \u043e\u0442\u0447\u0451\u0442\u0430\u043c\u0438 \u0432 \u041b\u041a OZON Seller", "version": "0.15.5", "manifest_version": 3, "icons": { "16": "icons\/favicon16.png", "32": "icons\/favicon32.png", "48": "icons\/favicon48.png" }, "default_locale": "ru", "author": "[email protected]", "action": { "default_popup": "public\/popup.html" }, "permissions": [ "scripting", "activeTab", "tabs", "storage", "downloads" ], "optional_permissions": [ "cookies" ], "background": { "service_worker": "src\/backend\/background.js", "type": "module" }, "host_permissions": [ "https:\/\/ozon.ru\/*", "https:\/\/ozon.by\/*", "https:\/\/ozon.kz\/*", "https:\/\/*.ozon.ru\/*", "https:\/\/*.ozon.by\/*", "https:\/\/*.ozon.kz\/*", "https:\/\/*.sellerhelper.pro\/*", "https:\/\/localhost\/*" ], "externally_connectable": { "matches": [ "https:\/\/seller.ozon.ru\/*", "https:\/\/data.ozon.ru\/*" ] } }