Visily - App UI Capture & Design

Capture app screenshots from any sources and convert them into fully editable wireframes in Visily.

Τι είναι το Visily - App UI Capture & Design;

Το Visily - App UI Capture & Design είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://visily.ai, και η κύρια λειτουργία του είναι "Capture app screenshots from any sources and convert them into fully editable wireframes in Visily.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Visily - App UI Capture & Design

Λήψη αρχείων επέκτασης Visily - App UI Capture & Design σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Visily is an AI-powered UI design platform for non-designers. This companion extension helps turn any app screenshots into Visily wireframes, which you can easily customize and improve.

USE CASES
• Kick-start a new design project based on UI found on Dribbble, Behance etc.
• Modernize the UI of a legacy app by capturing its screenshots then improve upon them via a powerful UI editor.
• Capture remarkable designs to build up your collection of UI inspirations and store in Visily for convenient access.

HOW IT WORKS
👤 Step 1: Create a Visily account: https://app.visily.ai/signup
📷 Step 2: Capture app screenshots from anywhere
🖍 Step 3: Import captured screenshots into Visily, either as images or editable wireframes

We hope you find this extension useful! Please feel free to share your thoughts or feedback by sending an email to [email protected].

ABOUT VISILY
Visily (https://www.visily.ai) is the easiest wireframe software, enabling teams of all sizes and skill levels to create stunning wireframes and prototypes at lightning speed. With its intuitive interface, extensive UI library, and advanced AI features, Visily has helped thousands of teams iterate and validate ideas quickly and efficiently.                    

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

Όνομα Visily - App UI Capture & Design Visily - App UI Capture & Design
ID blhipknmhglcadappcgjodpockkddglb
Επίσημο URL https://chromewebstore.google.com/detail/visily-app-ui-capture-des/blhipknmhglcadappcgjodpockkddglb
Περιγραφή Capture app screenshots from any sources and convert them into fully editable wireframes in Visily.
Μέγεθος Αρχείου 277 KB
Αριθμός Εγκαταστάσεων 1,154
Τρέχουσα Έκδοση 1.0.3
Τελευταία Ενημέρωση 2024-02-22
Ημερομηνία Δημοσίευσης 2022-09-18
Αξιολόγηση 5.00/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής https://visily.ai
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.visily.ai/
URL της Σελίδας Πολιτικής Απορρήτου https://www.visily.ai/privacy-policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Visily - App UI Capture & Design",
    "version": "1.0.3",
    "description": "Capture app screenshots from any sources and convert them into fully editable wireframes in Visily.",
    "icons": {
        "16": "icon_16.d677327e.png",
        "32": "icon_32.965a80d0.png",
        "48": "icon_48.2df30fba.png",
        "128": "icon_128.a7ab55af.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhtHbu4BRlEQ41196HB5Odern9cSFrKxn91GRGCB0pZQrLfUtgxtgegTsgGr298wPH4FpjWPfk5XugJqthBS+O4zAZtPEhqzsjGhcBRRL+qaYPOuWY4\/B7nmY4ZdP4Wr9KJJJ\/Kt47OIrqeI6aaEzebtntlBNnmFUYjLH4dsV+1i06CdHfXW0djr62n\/czhLw8wKQauHqgWgEOmflRgSdk8nbPZ3NwX8RQynnctuD8mxrSekNsQmOd17CSGZp3Vd2y0GWYO7gUcW7kOpjIvcMOPnT3gABl5B9BiD8UWifKiL8Ag0f3sAkm83gnr\/vCBJ4\/NxIBRDWV34v9mUc6ID1yQIDAQAB",
    "background": {
        "service_worker": "background.b0dcde66.js"
    },
    "action": {
        "default_title": "Visily Extension",
        "default_popup": "popup.9475b1f5.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "unlimitedStorage",
        "scripting",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "js": [
                "all.a64e0e08.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "run_at": "document_start",
            "css": []
        },
        {
            "matches": [
                "https:\/\/app.visily.ai\/*"
            ],
            "js": [
                "visily.78132b09.js"
            ],
            "run_at": "document_start",
            "css": []
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/app.visily.ai\/*"
        ]
    },
    "host_permissions": [
        ""
    ]
}