Float — Documentation, guides & Screenshots

Record screen with easy shareable links

Float — Documentation, guides & Screenshots란 무엇입니까?

Float — Documentation, guides & Screenshots은(는) FloatIT Tech에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Record screen with easy shareable links"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Float — Documentation, guides & Screenshots 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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": [
        ""
    ]
}