Guideflow

Guideflow

Cos'è Guideflow?

Guideflow è un'estensione di Chrome sviluppata da Guideflow - Interactive demos, e la sua funzione principale è "Guideflow".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Guideflow

Scarica i file di estensione Guideflow in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Guideflow Guideflow
ID neabdmkliomokekhgnogbeonopbjmajc
URL Ufficiale https://chromewebstore.google.com/detail/guideflow/neabdmkliomokekhgnogbeonopbjmajc
Descrizione Guideflow
Dimensione del File 7.53 MB
Conteggio Installazioni 1,199
Versione Corrente 1.0.23
Ultimo Aggiornamento 2024-02-21
Data di Pubblicazione 2022-09-24
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore Guideflow - Interactive demos
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://guideflow.com
URL della Pagina di Aiuto https://guideflow.com
URL della Pagina della Politica sulla Privacy https://link.guideflow.com/privacy_policy
Lingue Supportate 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"
    }
}