Findify Devtools

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

什麼是Findify Devtools?

Findify Devtools是由warren開發的Chrome擴展程式,該擴展的主要功能是“This extension allow developers to modify and extend React components and Styles of Findify bundle”。

擴展截圖

screenshot
screenshot

下載Findify Devtools擴展crx文件

下載Findify Devtools擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Findify Devtools Findify Devtools
ID meppjdgndcoeaojgbimpgcaoabehjneh
官方網址 https://chromewebstore.google.com/detail/findify-devtools/meppjdgndcoeaojgbimpgcaoabehjneh
簡介 This extension allow developers to modify and extend React components and Styles of Findify bundle
檔案大小 20.37 MB
安裝次數 117
目前版本 1.0.0
更新時間 2022-07-26
上架時間 2022-07-25
開發者 warren
電子郵箱 [email protected]
付費類型 free
擴展官網 https://findify.io/
說明頁面URL https://findify.io/contact-us
支援的語言 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:;"
    }
}