WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
SABY for marketplaces

SABY for marketplaces

View on Chrome Web Store
View SABY for marketplaces Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (2 ratings)
1 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Extension for importing order data into SABY.
Type
Extension
Users
306 users
3
Website sbis.ru
wasaby
View author page of wasaby
Published
Published on May 28, 2022
Version 25.2100.2
Manifest version
3
Updated
Updated on April 15, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View SABY for marketplaces Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "version": "25.2100.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",
        "type": "module"
    },
    "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\/*",
        "*:\/\/*.market.yandex.ru\/*"
    ],
    "permissions": [
        "activeTab",
        "storage",
        "declarativeNetRequest",
        "scripting",
        "cookies"
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top