Bord - Screenshot User Flows

Take full-length screenshots to create user flows – annotate, collaborate, and export

Τι είναι το Bord - Screenshot User Flows;

Το Bord - Screenshot User Flows είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον bord-chrome-extension, και η κύρια λειτουργία του είναι "Take full-length screenshots to create user flows – annotate, collaborate, and export".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Bord - Screenshot User Flows

Λήψη αρχείων επέκτασης Bord - Screenshot User Flows σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Bord’s Chrome extension is the simplest way to take full-length screenshots and create user flows that map out the journeys users take through your website.

TAKE SCREENSHOTS TO CREATE A USER FLOW
Capture and save screenshots in sequence with one click each. They’ll automatically be assembled into a page-by-page user flow.

ARRANGE
Easily add, delete, or rearrange screenshot pages.

COLLABORATE
Invite team members to mark up and comment on your user flow.

ANNOTATE
Mark up your user flow screenshots with sticky notes, text boxes, drawings, and symbols. Bord offers full whiteboarding capabilities, so you and your team can annotate your user flow at the speed of thought.

EXPORT
Easily export your user flows to Google Slides, PowerPoint, or PDF with one click.

OPTIMIZE
Bord allows you to create user flows that can help you improve your web presence and optimize usage, traffic, and conversion.

WHAT USERS ARE SAYING
“I love it. The screenshots are all available in the sequence I took them. I can easily add email and ad copies and rearrange.” — Product Manager

“We used to use Google slides to collaborate. It is really hard to see long and thin webpages on google slides.” — Growth Marketer

“Bord is so simple to use. It has made it easy for my team to collaborate with design, growth, product and senior management.” — Product Marketer

LEARN MORE
https://www.bord.com                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Bord - Screenshot User Flows Bord - Screenshot User Flows
ID jeddpnlalcpebojdbmmecefliiccbhjn
Επίσημο URL https://chrome.google.com/webstore/detail/bord-screenshot-user-flow/jeddpnlalcpebojdbmmecefliiccbhjn
Περιγραφή Take full-length screenshots to create user flows – annotate, collaborate, and export
Μέγεθος Αρχείου 92.92 KB
Αριθμός Εγκαταστάσεων 229
Τρέχουσα Έκδοση 2.2.0
Τελευταία Ενημέρωση 2022-05-18
Ημερομηνία Δημοσίευσης 2022-04-12
Αξιολόγηση 4.80/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής bord-chrome-extension
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.bord.com
Διεύθυνση URL της Σελίδας Βοήθειας https://www.bord.com/support
URL της Σελίδας Πολιτικής Απορρήτου https://www.bord.com/privacy-policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bord - Screenshot User Flows",
    "version": "2.2.0",
    "manifest_version": 3,
    "description": "Take full-length screenshots to create user flows \u2013 annotate, collaborate, and export",
    "action": {
        "default_icon": {
            "16": "bord_logo_16x16.png",
            "48": "bord_logo_48x48.png",
            "128": "bord_logo_128x128.png"
        },
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Shift+P"
            }
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/app.bord.com\/*",
        "https:\/\/api.segment.io\/*"
    ],
    "icons": {
        "16": "bord_logo_16x16.png",
        "48": "bord_logo_48x48.png",
        "128": "bord_logo_128x128.png"
    }
}