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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Trainual และคุณลักษณะหลักของมันคือ "Automatically document your business processes right as you do them with easy-to-follow, step-by-step instructions with screenshots."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Trainual Capture

ดาวน์โหลดไฟล์ส่วนขยาย 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}