Frappe/ERPNext Tools
Simple Extension that help you work & develop with Frappe/ERPNext Framework
什么是Frappe/ERPNext Tools?
Frappe/ERPNext Tools是由Imad Abdou开发的Chrome扩展程序,该扩展的主要功能是“Simple Extension that help you work & develop with Frappe/ERPNext Framework”。
扩展截图
下载Frappe/ERPNext Tools扩展crx文件
下载Frappe/ERPNext Tools扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| ID | mfpfeokebfgddkaemagjigbjkmohmpab |
| 官方URL | https://chromewebstore.google.com/detail/frappeerpnext-tools/mfpfeokebfgddkaemagjigbjkmohmpab |
| 简介 | Simple Extension that help you work & develop with Frappe/ERPNext Framework |
| 文件大小 | 44.6 KB |
| 安装次数 | 373 |
| 当前版本 | 1.1.6 |
| 更新时间 | 2023-08-17 |
| 上架时间 | 2022-08-15 |
| 评分 | 5.00/5 共3次评分 |
| 开发者 | Imad Abdou |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/ascorbic-acid/frappe_chrome_dev_utils |
| 支持的语言 | 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": [
" | |