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