Stepsy

Create step-by-step guides easily

Что такое Stepsy?

Stepsy - это расширение Chrome, разработанное https://stepsy.co, и его основная функция - "Create step-by-step guides easily".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Stepsy

Скачайте файлы расширений Stepsy в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Stepsy is a tool for creating step-by-step screenshot-based guides and SOP procedures. 
Start capturing, then go through the process, screenshots are taken on every click automatically. Export the captured process as a step-by-step guide in form of  a Google Docs document with auto-generated descriptions.
Duplicate screenshots are automatically merged to keep the manual size smaller.                    

Основная информация о расширении

Название Stepsy Stepsy
ID ddoojdgacehbmbpfnlecfhopecckmmfh
Официальный URL https://chromewebstore.google.com/detail/stepsy/ddoojdgacehbmbpfnlecfhopecckmmfh
Описание Create step-by-step guides easily
Размер файла 5.25 MB
Количество установок 2,737
Текущая Версия 0.12.7
Последнее Обновление 2024-02-07
Дата публикации 2023-03-27
Рейтинг 5.00/5 Всего 22 оценок
Разработчик https://stepsy.co
Электронная почта [email protected]
Тип оплаты in_app
Официальный сайт расширения https://stepsy.co
URL страницы помощи https://www.stepsy.co/about/contacts
URL страницы политики конфиденциальности https://www.stepsy.co/about/privacy-policy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Create step-by-step guides easily",
    "version": "0.12.7",
    "manifest_version": 3,
    "name": "Stepsy",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "stepsy-34.png"
    },
    "options_page": "options.html",
    "icons": {
        "128": "stepsy-128.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "downloads",
        "identity",
        "scripting",
        "identity.email",
        "offscreen",
        "webNavigation"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "stepsy-128.png",
                "stepsy-34.png",
                "watermark.png",
                "screenshot.png",
                "NotoSans-Black.ttf",
                "NotoSans-BlackItalic.ttf",
                "NotoSans-Bold.ttf",
                "NotoSans-BoldItalic.ttf",
                "NotoSans-ExtraBold.ttf",
                "NotoSans-ExtraBoldItalic.ttf",
                "NotoSans-ExtraLight.ttf",
                "NotoSans-ExtraLightItalic.ttf",
                "NotoSans-Italic.ttf",
                "NotoSans-Light.ttf",
                "NotoSans-LightItalic.ttf",
                "NotoSans-Medium.ttf",
                "NotoSans-MediumItalic.ttf",
                "NotoSans-Regular.ttf",
                "NotoSans-SemiBold.ttf",
                "NotoSans-SemiBoldItalic.ttf",
                "NotoSans-Thin.ttf",
                "NotoSans-ThinItalic.ttf",
                "offscreen.bundle.js",
                "options.bundle.js",
                "popup.bundle.js",
                "background.bundle.js"
            ],
            "matches": []
        }
    ],
    "webAuthClientId": "788033197015-tosst5echdtktmeplp87jruil9p0p6di.apps.googleusercontent.com",
    "webAuthClientSecret": "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",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAk\/nvv918kMVcQ14aWjjPTaBYkKMQrrDC0H1Q0Mzwr8IuZcgY4lAC4vfudR3MJldr7gycbiF6FLWKy7i9yApwfbt9AaM3G\/+6hU1eYgtR8yJTwlOiPhEP\/6ZT7e6Rq6Hy048oIMto3bh0NKG3BNtlx8AZND+jcEDZVjcznK27CaJlr3S1GUAPdU2VrsVOR3HNKQSXWiTr6sn+mH6LLsTTncuKgWc6Tdt48xVMTA57TSxYeaGMCdFQJwew7h3q0GJ2gfkTwYn75AJGp6QXRrUnwciwEFb6bk4EJ3LYYqAKBh\/Kvo9LlvwcJIJWtmd8aZpsJIlKii+H6WBKveZdbiJjcQIDAQAB",
    "oauth2": {
        "client_id": "788033197015-3rv0vptthm5sq9trfdn6jmh8fpe7b5qe.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive.file",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    }
}