MockFlow WireframePro

Brainstorm UI ideas anywhere on the web

MockFlow WireframeProとは何ですか?

MockFlow WireframeProはhttps://mockflow.comによって開発されたChromeの拡張機能で、その主な機能は「Brainstorm UI ideas anywhere on the web」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

MockFlow WireframePro拡張機能のCRXファイルをダウンロード

MockFlow WireframePro拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 MockFlow WireframePro MockFlow WireframePro
ID ghkgfdamcfjiflldnfiollnhkdjilmde
公式URL https://chromewebstore.google.com/detail/mockflow-wireframepro/ghkgfdamcfjiflldnfiollnhkdjilmde
説明 Brainstorm UI ideas anywhere on the web
ファイルサイズ 147 KB
インストール数 60
現在のバージョン 1.0.3
最終更新日 2023-10-27
公開日 2023-10-14
評価 5.00/5 合計 1 レビュー
開発者 https://mockflow.com
Eメール [email protected]
支払い方法 in_app
拡張機能のウェブサイト https://mockflow.com
ヘルプページのURL https://support.mockflow.com
プライバシーポリシーページのURL https://privacy.mockflow.com
対応言語 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\/*"
    ]
}