Frappe/ERPNext Tools

Simple Extension that help you work & develop with Frappe/ERPNext Framework

Qu'est-ce que Frappe/ERPNext Tools ?

Frappe/ERPNext Tools est une extension Chrome développée par Imad Abdou, et sa fonction principale est "Simple Extension that help you work & develop with Frappe/ERPNext Framework".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Frappe/ERPNext Tools

Téléchargez les fichiers d'extension Frappe/ERPNext 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

                        Get Started:
 Install the extension and reload your ERPNext site

Features:

- Support Frappe v13, v14
- Show & change hidden fields in any DocType
- Force Save Non changed forms, Submittable forms & Submitted forms (re submit)
- Highlight the hidden and custom fields in any DocType
- Show forms fields & tables fields details
- Fast Access to Customize Form/DocType for field Options of type Link, Table & Table MultiSelect
- Copy/Insert any child table all/specific rows from/to any ERPNext site
- Copy/Insert any Customize Form custom fields from/to any ERPNext site
- Copy/Insert Doctypes data between ERPNext Sites
- Simple CSV Files bulk import (useful also for triggering python db apis, webhooks, server scripts, etc..) 


Credits
- Frappe Framework - https://frappeframework.com
- PapaParse - https://www.papaparse.com                    

Informations de Base sur l'Extension

Nom Frappe/ERPNext Tools Frappe/ERPNext Tools
ID mfpfeokebfgddkaemagjigbjkmohmpab
URL Officiel https://chromewebstore.google.com/detail/frappeerpnext-tools/mfpfeokebfgddkaemagjigbjkmohmpab
Description Simple Extension that help you work & develop with Frappe/ERPNext Framework
Taille du Fichier 44.6 KB
Nombre d'Installations 373
Version Actuelle 1.1.6
Dernière Mise à Jour 2023-08-17
Date de Publication 2022-08-15
Évaluation 5.00/5 Total 3 Évaluations
Développeur Imad Abdou
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/ascorbic-acid/frappe_chrome_dev_utils
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Frappe\/ERPNext Tools",
    "description": "Simple Extension that help you work & develop with Frappe\/ERPNext Framework",
    "version": "1.1.6",
    "icons": {
        "16": "logo\/logo.png",
        "48": "logo\/logo.png",
        "128": "logo\/logo.png"
    },
    "permissions": [
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/app\/*",
        "https:\/\/*\/app\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "content.js",
                "frappe\/papaparse.min.js"
            ],
            "matches": [
                "http:\/\/*\/app\/*",
                "https:\/\/*\/app\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "logo\/logo.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}