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
公式URL 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
Eメール [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:;"
    }
}