Float — Documentation, guides & Screenshots
Record screen with easy shareable links
Float — Documentation, guides & Screenshots क्या है?
Float — Documentation, guides & Screenshots FloatIT Tech द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Record screen with easy shareable links"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Float — Documentation, guides & Screenshots एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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": [ " |