Float — Documentation, guides & Screenshots

Record screen with easy shareable links

What is Float — Documentation, guides & Screenshots?

Float — Documentation, guides & Screenshots is a Chrome extension developed by FloatIT Tech, and its main feature is "Record screen with easy shareable links".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Float — Documentation, guides & Screenshots Extension CRX File

Download Float — Documentation, guides & Screenshots extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        No more manually writing process guides or copying and pasting screenshots to share knowledge with your team. Just Add Float to your chrome browser and turn any process into a process guide in seconds.

Create Workflow in 3 Easy Step 
Step 1. Go to the URL you want to capture.
Step 2. Click on the Float extension to Record your Workflow
Step 3. Click on the Stop Capture to end. 

KEY FEATURES
✨ Automatically generated step-by-step workflow
🔗 Easy link sharing
🌐 Embed your workflow in Notion, WordPress, Google Docs, etc. 

Famous Use cases of Float

`✅` Dashboard tour - Create Dashboard tour in seconds with Float.

`✅` Onboard new hires - Get new hires up to speed faster.

`✅` Product demo - Create a "try before you buy" guide with Float.

`✅` Simplify product documentation or integration guide.                    

Extension Basic Information

Name Float — Documentation, guides & Screenshots Float — Documentation, guides & Screenshots
ID hfdaocbdmckiacogfljlcipechlokoge
Official URL https://chromewebstore.google.com/detail/float-%E2%80%94-documentation-gui/hfdaocbdmckiacogfljlcipechlokoge
Description Record screen with easy shareable links
File Size 190 KB
Installation Count 255
Current Version 1.0.14
Last Updated 2022-09-25
Publish Date 2022-09-06
Rating 4.53/5 Total 19 Ratings
Developer FloatIT Tech
Email [email protected]
Payment Type free
Extension Website https://www.addfloat.com/
Help Page URL https://www.addfloat.com/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Float \u2014 Documentation, guides & Screenshots",
    "description": "Record screen with easy shareable links",
    "version": "1.0.14",
    "icons": {
        "16": "16x16.png",
        "32": "32x32.png",
        "64": "64x64.png",
        "128": "128x128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "16x16.png",
            "32": "32x32.png",
            "64": "64x64.png",
            "128": "128x128.png"
        }
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "scripting",
        "unlimitedStorage"
    ],
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "style.css"
            ],
            "all_frames": false
        }
    ],
    "host_permissions": [
        ""
    ]
}