Flowster Capture: screenshots, training, SOPs

Automate screen capture & screenshots for training & standard operating procedure (SOP) workflows.

Flowster Capture: screenshots, training, SOPs क्या है?

Flowster Capture: screenshots, training, SOPs https://flowster.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automate screen capture & screenshots for training & standard operating procedure (SOP) workflows."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Flowster Capture: screenshots, training, SOPs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Note: this extension is currently in BETA. That means there could be some bugs, but there's an easy-to-use button to submit any questions or concerns to support :)

Are you looking for a super fast way to document your processes? 

We have good news! With the Flowster Capture extension, creating your own fully-customized workflows has never been easier or faster.

Flowster Capture generates screenshots each time you click your mouse or use your keyboard. These screen grabs are more easily-editable than screen recordings, plus if you pair Flowster Capture with Flowster.app (optional), you can build out fully-functional templates and SOPs.

The Flowster Capture Chrome Extension is way less time-consuming than recording yourself talking over video, or taking screenshots and manually annotating them. Plus, by avoiding video-based screen recordings and workflows, you will also avoid the painful process of having to re-shoot or edit all your videos to keep them up-to-date.

Ready to speed up your business process creation? Start using Flowster Capture today!

Note: Flowster Capture does not require you to have a separate account at Flowster.app; however, if you do decide to get a free account at Flowster.app, you will unlock even more functionality and get access to hundreds of pre-made (fully customizable) workflow templates.                    

एक्सटेंशन की मूल जानकारी

नाम Flowster Capture: screenshots, training, SOPs Flowster Capture: screenshots, training, SOPs
ID pdcecemoemegcljjfiojljdmbaleicmc
आधिकारिक URL https://chromewebstore.google.com/detail/flowster-capture-screensh/pdcecemoemegcljjfiojljdmbaleicmc
विवरण Automate screen capture & screenshots for training & standard operating procedure (SOP) workflows.
फ़ाइल का आकार 192 KB
स्थापना संख्या 1,035
वर्तमान संस्करण 3.1.5
अंतिम अपडेट 2023-12-02
प्रकाशन तिथि 2022-03-25
रेटिंग 5.00/5 कुल 7 रेटिंग्स
डेवलपर https://flowster.app
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://flowster.app/flowster-capture-chrome-extension/
सहायता पृष्ठ URL https://flowster.app/contact/
गोपनीयता नीति पृष्ठ URL https://flowster.app/privacy-capture
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Flowster Capture: screenshots, training, SOPs",
    "description": "Automate screen capture & screenshots for training & standard operating procedure (SOP) workflows.",
    "version": "3.1.5",
    "manifest_version": 3,
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Flowster Capture",
        "default_icon": "images\/icon.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.html",
                "*.css",
                "*.svg",
                "*.png",
                "*.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'none'"
    },
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        ""
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "unlimitedStorage",
        "scripting",
        "cookies"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/capture.flowster.app\/dashboard\/*",
                "https:\/\/my-app-m3il3.ondigitalocean.app\/dashboard\/*",
                "http:\/\/localhost:3000\/dashboard\/*"
            ],
            "js": [
                "tabList.js"
            ]
        }
    ]
}