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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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": [ " |