MockFlow WireframePro

Brainstorm UI ideas anywhere on the web

O que é MockFlow WireframePro?

MockFlow WireframePro é uma extensão do Chrome desenvolvida por https://mockflow.com, e sua principal característica é "Brainstorm UI ideas anywhere on the web".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão MockFlow WireframePro

Baixe arquivos de extensão MockFlow WireframePro no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome MockFlow WireframePro MockFlow WireframePro
ID ghkgfdamcfjiflldnfiollnhkdjilmde
URL Oficial https://chromewebstore.google.com/detail/mockflow-wireframepro/ghkgfdamcfjiflldnfiollnhkdjilmde
Descrição Brainstorm UI ideas anywhere on the web
Tamanho do Arquivo 147 KB
Contagem de Instalações 60
Versão Atual 1.0.3
Última Atualização 2023-10-27
Data de Publicação 2023-10-14
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://mockflow.com
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://mockflow.com
URL da Página de Ajuda https://support.mockflow.com
URL da Página de Política de Privacidade https://privacy.mockflow.com
Idiomas Suportados 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\/*"
    ]
}