MockFlow WireframePro

Brainstorm UI ideas anywhere on the web

MockFlow WireframePro là gì?

MockFlow WireframePro là một tiện ích mở rộng Chrome được phát triển bởi https://mockflow.com, và tính năng chính của nó là "Brainstorm UI ideas anywhere on the web".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng MockFlow WireframePro

Tải xuống các tệp mở rộng MockFlow WireframePro dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên MockFlow WireframePro MockFlow WireframePro
ID ghkgfdamcfjiflldnfiollnhkdjilmde
URL Chính Thức https://chromewebstore.google.com/detail/mockflow-wireframepro/ghkgfdamcfjiflldnfiollnhkdjilmde
Mô tả Brainstorm UI ideas anywhere on the web
Kích Thước Tệp 147 KB
Số Lần Cài Đặt 60
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2023-10-27
Ngày Phát Hành 2023-10-14
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://mockflow.com
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://mockflow.com
URL Trang Trợ Giúp https://support.mockflow.com
URL Trang Chính Sách Bảo Mật https://privacy.mockflow.com
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}