Tango: Create how-to guides with screenshots

Easily create beautiful how-to guides with perfectly cropped screenshots in minutes.

Tango: Create how-to guides with screenshots란 무엇입니까?

Tango: Create how-to guides with screenshots은(는) https://tango.us에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily create beautiful how-to guides with perfectly cropped screenshots in minutes."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Tango: Create how-to guides with screenshots 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        With Tango, you’ll create stunning how-to guides in minutes.

Just turn on the Tango extension and complete your process as usual. We’ll capture everything you do, then transform it into a beautiful, shareable guide.

With Tango, you will:
✅ Eliminate hours of tedious work with every guide you make
✅ Get perfectly cropped and annotated screenshots instantly without any special skills
✅ Update documentation quickly and easily
✅ Show your users where to click and what to do, right on their screen, so they never miss a step
✅ Discover workflows in the Tango extension for your most used tools, right when you’re using them

Share your Tango with just a click:
🔗 Share a direct link via email or chat 
▶️ Users with the Tango Extension can access guides right from their browser
🌐 Embed in your knowledge base or public web pages
📄 Export to PDF, HTML, or Markdown

Tango is free to use, with Pro and Enterprise plans to suit every team’s needs.

TANGO FEATURES
✏️ Update individual steps and screenshots—without redoing your whole process
🪄 Capture processes on any website, SaaS app, or desktop software
🎨 Customize guides with your logo, colors, annotations, and freehand drawing
🚫 Protect sensitive information with advanced blur features
🔐 Ensure data safety with SOC 2 compliance, a gold standard of security and data protection
🔗 Easily share via link or embed in your knowledge base
🌐 Sync to multiple knowledge bases with one click
📈 Get insights with Analytics: See who’s viewed your workflows and where people are getting stuck

WHO IS TANGO FOR?
🟣 Operations
🟣 IT
🟣 Human Resources (HR)
🟣 Change & Transformation teams
🟣 Training & Enablement
🟣 Customer Support
🟣 Marketing 
🟣 Finance 
🟣 Sales
🟣 Customer Success 
🟣 Freelancers & Agencies
🟣 Knowledge Managers
🟣 Top Performers
🟣 Anyone with knowledge to share!

HOW WILL YOU USE TANGO?
🟠 How-to guides (both simple and detailed)
🟠 Process documentation
🟠 Training guides
🟠 Product updates
🟠 Walkthroughs
🟠 Software rollouts & upgrades
🟠 Merger & acquisition integrations
🟠 Standard operating procedures (SOPs)
🟠 New employee onboarding
🟠 Customer onboarding & offboarding
🟠 Knowledge management
🟠 Software training tutorials
🟠 Playbooks
🟠 Quick answers to the “How do I…” questions

WHERE CAN YOU CAPTURE PROCESSES WITH TANGO?
Today, you can capture any web-based product on a Chrome or Edge browser. You can also capture desktop applications with Tango Pro and Tango Enterprise.

Additionally, viewers of your Tangos get Guidance, which displays every step in your guide on-screen, showing them exactly where to click and what to do. 

WHY YOUR TEAM WILL LOVE TANGO
🔎 They’ll find answers in the tool where they’re working,  without switching tabs. 
✅ They’ll see exactly what to do and where to click, and never feel forced into reading another wordy guide or watching another boring training video 
🤝 They’ll get their hand held with clear, step-by-step guidance and pro tips which reduces mistakes and compliance violations 
🧠 They’ll learning skills that really matter to the success of their job, not memorizing software processes that are constantly changing 
💬 They can leave comments and reactions to give creators the feedback they need to keep processes fresh                    

확장 프로그램 기본 정보

이름 Tango: Create how-to guides with screenshots Tango: Create how-to guides with screenshots
ID lggdbpblkekjjbobadliahffoaobaknh
공식 URL https://chromewebstore.google.com/detail/tango-create-how-to-guide/lggdbpblkekjjbobadliahffoaobaknh
설명 Easily create beautiful how-to guides with perfectly cropped screenshots in minutes.
파일 크기 1.43 MB
설치 횟수 406,618
현재 버전 7.3.1
최근 업데이트 2024-03-01
출시 날짜 2021-09-16
평점 4.92/5 총 337 개의 평점
개발자 https://tango.us
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://tango.us
도움말 페이지 URL https://help.tango.us/
개인정보 보호 정책 페이지 URL https://www.tango.us/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tango: Create how-to guides with screenshots",
    "short_name": "Tango",
    "description": "Easily create beautiful how-to guides with perfectly cropped screenshots in minutes.",
    "version": "7.3.1",
    "homepage_url": "https:\/\/tango.us",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "service_worker": "serviceWorker.js",
        "type": "module"
    },
    "minimum_chrome_version": "100",
    "action": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "assets\/C4pOgHoB.css"
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "match_about_blank": true,
            "match_origin_as_fallback": true
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y",
                "chromeos": "Ctrl+Shift+U",
                "linux": "Ctrl+Shift+J"
            }
        }
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.tango.us\/*",
            "http:\/\/localhost:8000\/*"
        ]
    },
    "options_ui": {
        "page": "options\/index.html",
        "open_in_tab": false
    },
    "permissions": [
        "storage",
        "activeTab",
        "offscreen",
        "tabs",
        "scripting",
        "unlimitedStorage",
        "system.display",
        "sidePanel"
    ],
    "host_permissions": [
        ""
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "public\/*.webm",
                "public\/*.riv",
                "public\/*.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "assets\/04s8pq8-.js",
                "assets\/1QUeEUkw.woff2",
                "assets\/5lJaDOr3.js",
                "assets\/B23oKUA7.js",
                "assets\/BOgzUNgU.js",
                "assets\/BUN9uI7x.woff2",
                "assets\/BbRiUzc6.js",
                "assets\/C32kiqdh.js",
                "assets\/C47zKAm5.js",
                "assets\/CBLjxpq-.js",
                "assets\/CHmJpXje.js",
                "assets\/CMhnKYCA.js",
                "assets\/CcGDc5bj.js",
                "assets\/Cpj98o6Y.js",
                "assets\/Crlc6pFR.js",
                "assets\/Cs3IMh7Q.js",
                "assets\/D-Ut7CRs.js",
                "assets\/DKEFKAOq.js",
                "assets\/Ddh2w1YS.js",
                "assets\/Dfv_UAWQ.js",
                "assets\/DgA2U1t9.js",
                "assets\/DmwUSbAO.js",
                "assets\/Dw5dE8fO.woff2",
                "assets\/DxVamEDb.js",
                "assets\/Dz_3ebkZ.js",
                "assets\/EDDnOrpQ.js",
                "assets\/L_MEbZVI.js",
                "assets\/NrIuD0ru.js",
                "assets\/ROJJ6D0R.js",
                "assets\/bVFUYZgl.js",
                "assets\/d_Rn5UuE.js",
                "assets\/lKN80sF9.js",
                "assets\/tNkK-MHE.js",
                "assets\/zm51J6QA.js",
                "overlay.js"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArVe+mgUu5D0MlzTe5hBLVk3wa\/\/lAMsB25jgyZI34opl2e5tzyXdd8YTf\/zhAbS4pPdRRtFyAQDrhDVfunBdA\/\/PNWlTTKrD8AmS32R9b\/8CVqHIm3TT7uoD64+gXMGBO09UGsYjFukEifSFvhkaP7NQPRXw0EGi4ZM1vIYNAHesFak+JAcFs1TUm1chCWRmUc7IQonKvQRQrh2AVLfUNAO7Bkj1FTcR+SgjoIxLnJop5hmWgTmWzx1hTSaszWW5b63ZA0ClCnxFXoA8\/ESHIpcBhiHp0LRRf9f+Mw09KbYlvaX3nmEuQJM4gdWJaLoo2gBClUlBYPc\/b31qezKUAwIDAQAB"
}