catalog.app
Расширение помогает создавать карточки товаров на маркетплейсах Ozon и Wildberries.
What is catalog.app?
catalog.app is a Chrome extension developed by Yury Loskat, and its main feature is "Расширение помогает создавать карточки товаров на маркетплейсах Ozon и Wildberries.".
Extension Screenshots
Download catalog.app Extension CRX File
Download catalog.app extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Расширение находит изображения товаров без водяных знаков и помогает заполнять характеристики товаров. Таким образом достигается большая продуктивность при работе с маркетплейсами Ozon и Wildberries.
Extension Basic Information
Name | catalog.app |
ID | elleaebejliohaikmepodnhofddfibdl |
Official URL | https://chromewebstore.google.com/detail/catalogapp/elleaebejliohaikmepodnhofddfibdl |
Description | Расширение помогает создавать карточки товаров на маркетплейсах Ozon и Wildberries. |
File Size | 48.95 KB |
Installation Count | 114 |
Current Version | 2.0 |
Last Updated | 2022-02-19 |
Publish Date | 2021-12-21 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Yury Loskat |
[email protected] | |
Payment Type | free |
Extension Website | https://catalog.app |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "catalog.app", "description": "\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 \u043f\u043e\u043c\u043e\u0433\u0430\u0435\u0442 \u0441\u043e\u0437\u0434\u0430\u0432\u0430\u0442\u044c \u043a\u0430\u0440\u0442\u043e\u0447\u043a\u0438 \u0442\u043e\u0432\u0430\u0440\u043e\u0432 \u043d\u0430 \u043c\u0430\u0440\u043a\u0435\u0442\u043f\u043b\u0435\u0439\u0441\u0430\u0445 Ozon \u0438 Wildberries.", "version": "2.0", "manifest_version": 3, "action": { "default_title": "catalog.app" }, "background": { "service_worker": "background.js" }, "permissions": [ "scripting", "tabs", "storage" ], "host_permissions": [ "https:\/\/seller.ozon.ru\/*", "https:\/\/seller.wildberries.ru\/*" ], "web_accessible_resources": [ { "resources": [ "styles\/common.css", "styles\/reset.css", "images\/fill-card.svg", "images\/select-models.svg", "images\/copy-description.svg" ], "matches": [ "*:\/\/*\/*" ] } ], "icons": { "19": "images\/icon19.png", "38": "images\/icon38.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |