Float — Documentation, guides & Screenshots

Record screen with easy shareable links

Что такое Float — Documentation, guides & Screenshots?

Float — Documentation, guides & Screenshots - это расширение Chrome, разработанное FloatIT Tech, и его основная функция - "Record screen with easy shareable links".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Float — Documentation, guides & Screenshots

Скачайте файлы расширений Float — Documentation, guides & Screenshots в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Float — Documentation, guides & Screenshots Float — Documentation, guides & Screenshots
ID hfdaocbdmckiacogfljlcipechlokoge
Официальный URL https://chromewebstore.google.com/detail/float-%E2%80%94-documentation-gui/hfdaocbdmckiacogfljlcipechlokoge
Описание Record screen with easy shareable links
Размер файла 190 KB
Количество установок 255
Текущая Версия 1.0.14
Последнее Обновление 2022-09-25
Дата публикации 2022-09-06
Рейтинг 4.53/5 Всего 19 оценок
Разработчик FloatIT Tech
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.addfloat.com/
URL страницы помощи https://www.addfloat.com/
Поддерживаемые языки 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": [
        ""
    ]
}