Trainual Capture

Automatically document your business processes right as you do them with easy-to-follow, step-by-step instructions with screenshots.

什么是Trainual Capture?

Trainual Capture是由Trainual开发的Chrome扩展程序,该扩展的主要功能是“Automatically document your business processes right as you do them with easy-to-follow, step-by-step instructions with screenshots.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Trainual Capture扩展crx文件

下载Trainual Capture扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        The Trainual Capture Chrome extension automatically documents your business processes right as you do them, creating easy-to-follow, step-by-step instructions (pictures included). Plus, easily store the how-to manuals you create with all your other trainings, policies, and processes. 

Join thousands of small businesses to level up the way you: onboard and train, document and delegate, systemize and scale. With Trainual, it’s easier than ever to train new hires twice as fast, hold your team accountable for following policies and processes, and keep everyone up to speed as your org grows and changes.                    

扩展基本信息

名称 Trainual Capture Trainual Capture
ID chlniokcikogjciaofjgkhbmgjhdckji
官方URL https://chromewebstore.google.com/detail/trainual-capture/chlniokcikogjciaofjgkhbmgjhdckji
简介 Automatically document your business processes right as you do them with easy-to-follow, step-by-step instructions with screenshots.
文件大小 211 KB
安装次数 2,318
当前版本 1.7.0.20
更新时间 2023-08-29
上架时间 2022-09-19
评分 5.00/5 共2次评分
开发者 Trainual
电子邮箱 [email protected]
付费类型 free
扩展官网 https://trainual.com/capture
帮助页面URL https://help.trainual.com/en/articles/6542386-trainual-capture-chrome-extension
隐私政策页面URL https://trainual.com/privacy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Trainual Capture",
    "description": "Automatically document your business processes right as you do them with easy-to-follow, step-by-step instructions with screenshots.",
    "version": "1.7.0.20",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/logo-16.png",
            "48": "images\/logo-48.png",
            "128": "images\/logo-128.png"
        }
    },
    "icons": {
        "16": "images\/logo-16.png",
        "48": "images\/logo-48.png",
        "128": "images\/logo-128.png"
    },
    "background": {
        "service_worker": "background-wrapper.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "libs\/jquery-2.0.3.min.js",
                "config.js",
                "templates\/templates.js"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        "",
        "*:\/\/app.trainual-dev.com\/*",
        "*:\/\/.app.trainual-dev.com\/*",
        "*:\/\/app.trainual.com\/*",
        "*:\/\/.app.trainual.com\/*",
        "*:\/\/*\/*",
        "chrome-extension:\/\/*\/"
    ],
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "scripting",
        "cookies"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "pages\/user-dashboard.html",
                "scripts\/add-controls.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}