Findify Devtools

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

What is Findify Devtools?

Findify Devtools is a Chrome extension developed by warren, and its main feature is "This extension allow developers to modify and extend React components and Styles of Findify bundle".

Extension Screenshots

screenshot
screenshot

Download Findify Devtools Extension CRX File

Download Findify Devtools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Findify Devtools Findify Devtools
ID meppjdgndcoeaojgbimpgcaoabehjneh
Official URL https://chromewebstore.google.com/detail/findify-devtools/meppjdgndcoeaojgbimpgcaoabehjneh
Description This extension allow developers to modify and extend React components and Styles of Findify bundle
File Size 20.37 MB
Installation Count 117
Current Version 1.0.0
Last Updated 2022-07-26
Publish Date 2022-07-25
Developer warren
Email [email protected]
Payment Type free
Extension Website https://findify.io/
Help Page URL https://findify.io/contact-us
Supported Languages 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:;"
    }
}