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 - это расширение Chrome, разработанное https://tango.us, и его основная функция - "Easily create beautiful how-to guides with perfectly cropped screenshots in minutes.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Tango: Create how-to guides with screenshots

Скачайте файлы расширений Tango: Create how-to guides with screenshots в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        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"
}