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”。
擴展截圖
下載Float — Documentation, guides & Screenshots擴展crx文件
下載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 |
ID | hfdaocbdmckiacogfljlcipechlokoge |
官方網址 | 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": [ " |