Findify Devtools

This extension allow developers to modify and extend React components and Styles of Findify bundle

Findify Devtools là gì?

Findify Devtools là một tiện ích mở rộng Chrome được phát triển bởi warren, và tính năng chính của nó là "This extension allow developers to modify and extend React components and Styles of Findify bundle".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Findify Devtools 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

                        Findify Chrome extension DevTool v1.0.0 gives the ability to modify the default behaviors of the components and preview the changes in realtime.
This can be used only by user that have Findify Merchand Dashboard authentication.

At the moment, this new version is in TESTING phase and available only for latest version of the MJS Findify Bundle. If there are any doubts related, please do not hesitate to contact us, https://findify.io/contact-us                    

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

Tên Findify Devtools Findify Devtools
ID meppjdgndcoeaojgbimpgcaoabehjneh
URL Chính Thức https://chromewebstore.google.com/detail/findify-devtools/meppjdgndcoeaojgbimpgcaoabehjneh
Mô tả This extension allow developers to modify and extend React components and Styles of Findify bundle
Kích Thước Tệp 20.37 MB
Số Lần Cài Đặt 117
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2022-07-26
Ngày Phát Hành 2022-07-25
Nhà Phát Triển warren
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://findify.io/
URL Trang Trợ Giúp https://findify.io/contact-us
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "name": "Findify Devtools",
    "manifest_version": 3,
    "description": "This extension allow developers to modify and extend React components and Styles of Findify bundle",
    "icons": {
        "128": "assets\/logo-disabled.png"
    },
    "action": {
        "default_popup": "auth.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "inject.js",
                "editor.js",
                "editor.html",
                "auth.html",
                "auth.js",
                "editor.worker.js",
                "css.worker.js",
                "typings.worker.js",
                "vendor.chunk.js",
                "webpack-inject.js",
                "*.chunk.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "inject.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus",
        "scripting"
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; connect-src https:\/\/raw.githubusercontent.com https:\/\/cdn.jsdelivr.net https:\/\/admin.findify.io; style-src * 'unsafe-inline'; img-src 'self' data:;"
    }
}