Guideflow

Guideflow

ما هو Guideflow؟

Guideflow هو إضافة Chrome تم تطويرها بواسطة Guideflow - Interactive demos، والميزة الرئيسية لها هي "Guideflow".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Guideflow

قم بتنزيل ملفات الامتداد Guideflow بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://guideflow.com
عنوان صفحة سياسة الخصوصية 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"
    }
}