Guideflow

Guideflow

Apa itu Guideflow?

Guideflow adalah ekstensi Chrome yang dikembangkan oleh Guideflow - Interactive demos, dan fitur utamanya adalah "Guideflow".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Guideflow

Unduh file ekstensi Guideflow dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Guideflow Guideflow
ID neabdmkliomokekhgnogbeonopbjmajc
URL Resmi https://chromewebstore.google.com/detail/guideflow/neabdmkliomokekhgnogbeonopbjmajc
Deskripsi Guideflow
Ukuran File 7.53 MB
Jumlah Instalasi 1,199
Versi Saat Ini 1.0.23
Terakhir Diperbarui 2024-02-21
Tanggal Publikasi 2022-09-24
Penilaian 5.00/5 Total 5 Penilaian
Pengembang Guideflow - Interactive demos
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://guideflow.com
URL Halaman Bantuan https://guideflow.com
URL Halaman Kebijakan Privasi https://link.guideflow.com/privacy_policy
Bahasa yang Didukung 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"
    }
}