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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automate screen capture & screenshots for training & standard operating procedure (SOP) workflows."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Flowster Capture: screenshots, training, SOPs 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
            ]
        }
    ]
}