Findify Devtools

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

Τι είναι το Findify Devtools;

Το Findify Devtools είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον warren, και η κύρια λειτουργία του είναι "This extension allow developers to modify and extend React components and Styles of Findify bundle".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Findify Devtools

Λήψη αρχείων επέκτασης 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
Ηλεκτρονικό ταχυδρομείο [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:;"
    }
}