Guideflow

Guideflow

Что такое Guideflow?

Guideflow - это расширение Chrome, разработанное Guideflow - Interactive demos, и его основная функция - "Guideflow".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Guideflow

Скачайте файлы расширений Guideflow в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Create interactive demos, interactive tours or interactive guides with Guideflow to supercharge your sales, boost your website conversion, onboard your customers, train your team in seconds or even upgrade your customer support.

We are building the easiest & the most advanced platform to capture, customize & share interactive demos in seconds. Capture your screen, app or website in a few clicks, customize your guideflow, share it & get deep analytics to optimize your process.

Features:

⚡ Capture your Guideflow in seconds.
Start to capture your website or app in a few clicks directly from your browser. Follow the flow, as you would perform the action for yourself, hit the Finish button, and, that's it! Easy peasy!

➡️ Guide your audience into the flow.
Your step-by-step interactive guide or demo is generated automatically on the fly. Customize it thanks to our plug & play builder. Add notes, branding color, personnalize images, logos, text, and even graph. Collaborate in teams. Easy peasy, right? Yes, again.

🌐 Share your Guideflow. With everyone, everywhere.
Share your guideflow with public links, embed it on your website, emails, Notion, etc. Post it on social media platforms like Linkedin, Twitter or even in ads. Possibilities are endless!

📊 Collect advanced analytics & insights.
Follow in real time what is happening on your guideflows, monitore impressions, completion rate, leads collected and conversion in seconds thanks to our advanced insights.

Guideflow is used by awesome teams for tons of differents use cases!

💰 Sales
Accelerate your sales cycle, close more deals and increase your revenue

💻 Marketing
Qualify, engage and convert your leads & visitors on any channels

📖 Training & onboarding
Onboard & train your team members, customers or partners in seconds

🎧 Support
Reduce your tickets volume, increase customers satisfaction & retention

Give it a try today, it's free.                    

Основная информация о расширении

Название Guideflow Guideflow
ID neabdmkliomokekhgnogbeonopbjmajc
Официальный URL https://chromewebstore.google.com/detail/guideflow/neabdmkliomokekhgnogbeonopbjmajc
Описание Guideflow
Размер файла 7.53 MB
Количество установок 1,199
Текущая Версия 1.0.23
Последнее Обновление 2024-02-21
Дата публикации 2022-09-24
Рейтинг 5.00/5 Всего 5 оценок
Разработчик Guideflow - Interactive demos
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://guideflow.com
URL страницы помощи https://guideflow.com
URL страницы политики конфиденциальности https://link.guideflow.com/privacy_policy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Guideflow",
    "short_name": "Guideflow",
    "version": "1.0.23",
    "description": "Guideflow",
    "permissions": [
        "tabs",
        "background",
        "activeTab",
        "tabCapture",
        "storage",
        "scripting",
        "system.display"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "controller.html"
            ],
            "matches": [
                "chrome-extension:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "controllerTab.js"
            ],
            "matches": [
                "chrome-extension:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "\/content\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "recording-panel\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "recording-panel\/*\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_popup": "index.html",
        "default_title": "Angular Chrome Extension"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/app.guideflow.com\/*",
            "https:\/\/stage.guideflow.com\/*"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "recording-panel\/runtime.js",
                "recording-panel\/polyfills.js",
                "recording-panel\/vendor.js",
                "recording-panel\/main.js",
                "contentPage.js"
            ],
            "matches": [
                ""
            ],
            "exclude_globs": [
                "*:\/\/*.guideflow.com\/*"
            ],
            "all_frames": true,
            "match_about_blank": true,
            "run_at": "document_end"
        },
        {
            "js": [
                "guideflowAppScript.js"
            ],
            "matches": [
                "*:\/\/*.guideflow.com\/*"
            ],
            "all_frames": false,
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "icons": {
        "16": "assets\/icons\/icon27.png",
        "48": "assets\/icons\/icon53.png",
        "128": "assets\/icons\/icon79.png"
    }
}