Bizzomate Mendix dev tools

A very powerfull devtool for any Mendix application.

Qu'est-ce que Bizzomate Mendix dev tools ?

Bizzomate Mendix dev tools est une extension Chrome développée par Bizzomate, et sa fonction principale est "A very powerfull devtool for any Mendix application.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Bizzomate Mendix dev tools

Téléchargez les fichiers d'extension Bizzomate Mendix dev tools au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Bizzomate Dev Tools, created to make your life easier! Get insights into any Mendix application by the press of a button. Browse your data, client state, check your security and much more! Helping you to create the high-performing, stable and secure apps you have always wanted.

To get started make sure you add the Bizzomate Dev tools module to your project and enable the tool for your environment (https://marketplace.mendix.com/link/component/120888). After this simply go to your Mendix page and press Alt+b. 

Details
- See general information such as user details, version numbers, layouts, widgets, etc.
- The local cache/state can be viewed including local changes.
- All objects the current user has access to can be searched, sorted and viewed making use of the exposed REST API.
- Utilities such as editing objects, reverting changes, triggering microflows, creating new objects, a user switcher and opening the tool in a new window

Privacy
- We do not collect any data from you whatsoever, nor do we make any calls to external domains.

For more information, bugreports or feature request you can always join our discord server: https://discord.com/invite/pVNSuY2dPU.                    

Informations de Base sur l'Extension

Nom Bizzomate Mendix dev tools Bizzomate Mendix dev tools
ID nkbokoloejkhohjlickhfkjfmbmboaof
URL Officiel https://chromewebstore.google.com/detail/bizzomate-mendix-dev-tool/nkbokoloejkhohjlickhfkjfmbmboaof
Description A very powerfull devtool for any Mendix application.
Taille du Fichier 867 KB
Nombre d'Installations 1,065
Version Actuelle 2.5.0
Dernière Mise à Jour 2023-07-14
Date de Publication 2022-06-28
Évaluation 4.78/5 Total 9 Évaluations
Développeur Bizzomate
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://bizzomate.com
URL de la Page d'Aide https://discord.gg/pVNSuY2dPU
URL de la Page de Politique de Confidentialité https://bizzomate.com/privacy-statement
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bizzomate Mendix dev tools",
    "description": "A very powerfull devtool for any Mendix application.",
    "version": "2.5.0",
    "manifest_version": 3,
    "background": [],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icons\/icon_16.png",
            "32": "assets\/icons\/icon_32.png",
            "64": "assets\/icons\/icon_64.png",
            "128": "assets\/icons\/icon_128.png"
        }
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                ".\/contentScripts.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "assets\/icons\/icon_16.png",
        "32": "assets\/icons\/icon_32.png",
        "64": "assets\/icons\/icon_64.png",
        "128": "assets\/icons\/icon_128.png"
    },
    "options_ui": [],
    "permissions": [],
    "optional_permissions": [],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": {
        "extension_page": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "bizzoTools.js",
                "bizzoTools.js.map",
                "contentScripts.js",
                "contentScripts.js.map",
                "loadBizzoTools.js",
                "loadBizzoTools.js.map",
                "bizzoTools.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}