Uphint — Screenshots, SOPs & training

Create step-by-step guides, instantly. Screenshots and text descriptions are autogenerated

Uphint — Screenshots, SOPs & trainingคืออะไร?

Uphint — Screenshots, SOPs & training เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://uphint.com และคุณลักษณะหลักของมันคือ "Create step-by-step guides, instantly. Screenshots and text descriptions are autogenerated"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Uphint — Screenshots, SOPs & training

ดาวน์โหลดไฟล์ส่วนขยาย Uphint — Screenshots, SOPs & training ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Transform any digital workflow into a step-by-step guide, instantly. Uphint is the easiest way to document any process. 

How does it work?
⓵ Click "Start Capturing" in our Chrome Extension
⓶ Make any action on your computer 
⓷ Click "Done" and be amazed - Your guide will be instantly created! (screenshots and explanations included)

You can edit everything at any time. 
Share it with your teammates, clients, etc. as a web page, PDF,  HTML or embed it in any tool.

Uphint is made for onboarding in different departments, standard operating procedures, as well as for customer support or any kind of training. 

Our mission is to empower individuals and teams by making it easy to exchange knowledge.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Uphint — Screenshots, SOPs & training Uphint — Screenshots, SOPs & training
ID mokbddmlkhplhijmdgbdmhengkodhojl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/uphint-%E2%80%94-screenshots-sops/mokbddmlkhplhijmdgbdmhengkodhojl
คำอธิบาย Create step-by-step guides, instantly. Screenshots and text descriptions are autogenerated
ขนาดไฟล์ 226 KB
จำนวนการติดตั้ง 4,020
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2023-11-22
วันที่เผยแพร่ 2022-07-08
คะแนน 5.00/5 รวมทั้งหมด 24 คะแนน
ผู้พัฒนา https://uphint.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.uphint.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.uphint.com/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Create step-by-step guides, instantly. Screenshots and text descriptions are autogenerated",
    "version": "1.0.5",
    "manifest_version": 3,
    "name": "Uphint \u2014 Screenshots, SOPs & training",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "logoUPHINT_48X48.png"
    },
    "icons": {
        "16": "logoUPHINT_16X16.png",
        "48": "logoUPHINT_48X48.png",
        "128": "logoUPHINT_128X128.png"
    },
    "content_scripts": [
        {
            "alias": "ContentView",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentView.bundle.js"
            ]
        },
        {
            "alias": "EventCapture",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "match_about_blank": true,
            "js": [
                "eventCapture.bundle.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "alias": "MessageSender",
            "matches": [
                "https:\/\/app.uphint.com\/*"
            ],
            "match_about_blank": true,
            "js": [
                "messageSenderScript.bundle.js"
            ],
            "run_at": "document_start"
        }
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "logoUPHINT_16X16.png",
                "logoUPHINT_48X48.png",
                "logoUPHINT_128X128.png",
                "\/assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "scripting",
        "downloads"
    ],
    "host_permissions": [
        ""
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "https:\/\/uphint.biteindustry.es\/*",
            "https:\/\/app.uphint.com\/"
        ]
    }
}