MockFlow WireframePro

Brainstorm UI ideas anywhere on the web

Qu'est-ce que MockFlow WireframePro ?

MockFlow WireframePro est une extension Chrome développée par https://mockflow.com, et sa fonction principale est "Brainstorm UI ideas anywhere on the web".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension MockFlow WireframePro

Téléchargez les fichiers d'extension MockFlow WireframePro au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        The easiest way to wireframe interfaces and brainstorm UI ideas.

This Chrome extension for MockFlow WireframePro helps with the following

* Provides instant access to MockFlow wireframe tool anywhere on the web 
* Export your UI idea to a wireframe image and upload it 
* Easily communicate your UI design by rapidly sketching it
* Access hundreds of ready-made UI packs like Bootstrap5, Tailwind,iOS....
* Easily share your wireframes by uploading from chrome extension to your favorite communication software like Slack, MS Teams                    

Informations de Base sur l'Extension

Nom MockFlow WireframePro MockFlow WireframePro
ID ghkgfdamcfjiflldnfiollnhkdjilmde
URL Officiel https://chromewebstore.google.com/detail/mockflow-wireframepro/ghkgfdamcfjiflldnfiollnhkdjilmde
Description Brainstorm UI ideas anywhere on the web
Taille du Fichier 147 KB
Nombre d'Installations 60
Version Actuelle 1.0.3
Dernière Mise à Jour 2023-10-27
Date de Publication 2023-10-14
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://mockflow.com
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://mockflow.com
URL de la Page d'Aide https://support.mockflow.com
URL de la Page de Politique de Confidentialité https://privacy.mockflow.com
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MockFlow WireframePro",
    "description": "Brainstorm UI ideas anywhere on the web",
    "version": "1.0.3",
    "manifest_version": 3,
    "icons": {
        "16": ".\/images\/plugin\/icon-16.png",
        "32": ".\/images\/plugin\/icon-32.png",
        "48": ".\/images\/plugin\/icon-48.png",
        "128": ".\/images\/plugin\/icon-128.png"
    },
    "oauth2": {
        "client_id": "162227401569-t8ivo85k7hfdthpaqmiqbkag2hc6rad6.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "ui\/*",
                "images\/*",
                "js\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "matches": [
            ""
        ],
        "service_worker": ".\/background.js"
    },
    "action": {
        "default_popup": "ui\/popup\/index.html",
        "default_icons": {
            "16": ".\/images\/plugin\/icon-16.png",
            "32": ".\/images\/plugin\/icon-32.png",
            "48": ".\/images\/plugin\/icon-48.png",
            "128": ".\/images\/plugin\/icon-128.png"
        }
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "scripting",
        "identity"
    ],
    "host_permissions": [
        "https:\/\/wireframepro.mockflow.com\/*"
    ]
}