Create interactive demos,videos,how-to guides

Turn your product workflows into interactive demos, self-serve explainer videos and how-to guides. All on a single platform.

Create interactive demos,videos,how-to guidesคืออะไร?

Create interactive demos,videos,how-to guides เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.floik.com และคุณลักษณะหลักของมันคือ "Turn your product workflows into interactive demos, self-serve explainer videos and how-to guides. All on a single platform."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Create interactive demos,videos,how-to guides

ดาวน์โหลดไฟล์ส่วนขยาย Create interactive demos,videos,how-to guides ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        With Floik, you can turn your product workflows into amazing self-serve explainer videos, interactive demos, step-by-step guides and more in minutes. You can do all of this & more with purpose built editing tools on a single platform.

Get started for FREE 🙂

Install the chrome extension, capture your workflow and let Floik do the rest. With Floik, showcase how your product is helping solve your prospects and customers problems in 3 simple steps.

⓵ Choose the screen (tab or a window) and start your screen capture
⓶ Customize: Use our edit options & tailor you're output like a pro
⓷ Engage: Share it anywhere on the web, integrate with your CRM and view real-time user insights

Floik enables you in supercharging your product-led-growth and achieving your goals 🎯 faster.

👀 Drive product-qualified leads by giving a sneak peek of your product's aha moment
🏃Steer faster product adoption with visually engaging on-boarding guides
🤩Increase customer satisfaction by answering repeated queries much faster with lesser effort

No more typing or tying screenshots together. Use Floik's all-in-one platform to capture and showcase your product perfectly! 🎉                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Create interactive demos,videos,how-to guides Create interactive demos,videos,how-to guides
ID odlncglkkpdcbefpneoelgcopkmgajbh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/create-interactive-demosv/odlncglkkpdcbefpneoelgcopkmgajbh
คำอธิบาย Turn your product workflows into interactive demos, self-serve explainer videos and how-to guides. All on a single platform.
ขนาดไฟล์ 1.87 MB
จำนวนการติดตั้ง 1,858
เวอร์ชันปัจจุบัน 0.1.17
อัปเดตครั้งล่าสุด 2024-01-10
วันที่เผยแพร่ 2023-03-01
คะแนน 4.69/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา https://www.floik.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.floik.com
URL หน้าช่วยเหลือ https://www.floik.com/contact-us
URL หน้านโยบายความเป็นส่วนตัว https://www.floik.com/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Turn your product workflows into interactive demos, self-serve explainer videos and how-to guides. All on a single platform.",
    "version": "0.1.17",
    "externally_connectable": {
        "matches": [
            "https:\/\/app.floik.com\/*"
        ]
    },
    "manifest_version": 3,
    "name": "Create interactive demos,videos,how-to guides",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_icon": "icon-128.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "background",
        "activeTab",
        "scripting",
        "webNavigation"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content.styles.css"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "match_about_blank": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "recording-icon-34.png",
                "recording-icon-128.png",
                "pause-icon-34.png",
                "pause-icon-128.png",
                "icon-128.png",
                "icon-34.png",
                "contentScript.bundle.js",
                "content.styles.css",
                "*.png",
                "*.eot",
                "*.woff",
                "*.woff2",
                "*.ttf",
                "*.svg"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ]
        }
    ]
}