SABY for marketplaces
Extension for importing order data into SABY.
What is SABY for marketplaces?
SABY for marketplaces is a Chrome extension developed by https://sbis.ru, and its main feature is "Extension for importing order data into SABY.".
Extension Screenshots
Download SABY for marketplaces Extension CRX File
Download SABY for marketplaces 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
Модуль расширения на JS для вызова в облаке СБИС методов для разбора заказов на странице ЛК пользователя маркетплейса и создания заказа в реестре доставки методами розницы
Extension Basic Information
Name | SABY for marketplaces |
ID | mppbliglgpjneooiipgidmkbopobjldc |
Official URL | https://chromewebstore.google.com/detail/saby-for-marketplaces/mppbliglgpjneooiipgidmkbopobjldc |
Description | Extension for importing order data into SABY. |
File Size | 31.86 KB |
Installation Count | 263 |
Current Version | 23.5118.2 |
Last Updated | 2023-09-12 |
Publish Date | 2022-05-27 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://sbis.ru |
[email protected] | |
Payment Type | free |
Extension Website | https://sbis.ru |
Supported Languages | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extension_name__", "description": "__MSG_extension_description__", "version": "23.5118.2", "default_locale": "ru", "icons": { "128": "icons\/icon-128.png" }, "action": { "default_icon": { "128": "icons\/icon-128.png" }, "default_popup": "app.html" }, "background": { "service_worker": "background.js" }, "externally_connectable": { "matches": [ "*:\/\/*.sbis.ru\/*", "*:\/\/*.saby.ru\/*" ] }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+X", "mac": "Command+Shift+X" } } }, "options_ui": { "page": "options.html", "open_in_tab": false }, "host_permissions": [ "*:\/\/*.sbis.ru\/*", "*:\/\/*.saby.ru\/*" ], "permissions": [ "activeTab", "storage", "declarativeNetRequest", "scripting", "cookies" ] } |