DocuGen Lite for monday.com
Generate professional documents instantly from your monday.com boards
DocuGen Lite for monday.com란 무엇입니까?
DocuGen Lite for monday.com은(는) DocuGen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Generate professional documents instantly from your monday.com boards"입니다.
확장 프로그램 스크린샷
DocuGen Lite for monday.com 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Generate PDF documents instantly from your monday.com boards: ✅ Invoices ✅ Receipts ✅ Quotations ✅ Sales orders ✅ Purchase orders ... and much more! DocuGen Lite is 💯% free. You can generate up to 20 documents every month, and 10 bonus documents a month for every friend you invite. No limit! Need help installing or using DocuGen Lite? Check out our support website: https://support.docugen.io/hc/en-us/categories/9340623419026-DocuGen-Lite Questions? Ideas? Join our online community and participate in the conversation: https://community.docugen.io/c/docugen-lite/10 If you want more powerful document generation, install DocuGen from the monday.com app marketplace: https://monday.com/marketplace/12 🚀 Unlimited custom templates 🚀 Unlimited users 🚀 Up to 100 documents a month for free 🚀 Generate Word and PDF documents Created with ❤️ by the DocuGen team
확장 프로그램 기본 정보
이름 | DocuGen Lite for monday.com |
ID | ghilahcpnkaihaahjdgnhnjpgaohmkgc |
공식 URL | https://chromewebstore.google.com/detail/docugen-lite-for-mondayco/ghilahcpnkaihaahjdgnhnjpgaohmkgc |
설명 | Generate professional documents instantly from your monday.com boards |
파일 크기 | 1.59 MB |
설치 횟수 | 120 |
현재 버전 | 0.0.6.1 |
최근 업데이트 | 2023-02-01 |
출시 날짜 | 2023-01-31 |
개발자 | DocuGen |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://support.docugen.io/hc/en-us/categories/9340623419026-DocuGen-Lite |
도움말 페이지 URL | https://support.docugen.io/hc/en-us/categories/9340623419026-DocuGen-Lite |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "DocuGen Lite for monday.com", "version": "0.0.6.1", "icons": { "16": "assets\/icons\/icon-16.png", "32": "assets\/icons\/icon-32.png", "48": "assets\/icons\/icon-48.png", "128": "assets\/icons\/icon-128.png" }, "description": "Generate professional documents instantly from your monday.com boards", "short_name": "DocuGen Lite for monday.com", "permissions": [ "tabs", "storage", "cookies", "scripting" ], "host_permissions": [ "*:\/\/*.monday.com\/*", "*:\/\/*.docugen.io\/*" ], "author": "DocuGen", "minimum_chrome_version": "88", "action": { "default_icon": { "16": "assets\/icons\/icon-16.png", "32": "assets\/icons\/icon-32.png", "48": "assets\/icons\/icon-48.png", "128": "assets\/icons\/icon-128.png" }, "default_title": "DocuGen Lite", "chrome_style": false, "default_popup": "popup.html" }, "background": { "service_worker": "js\/bgServiceWorker.bundle.js" }, "web_accessible_resources": [ { "resources": [ "js\/contentScript.bundle.js", "assets\/*" ], "matches": [ "https:\/\/*.monday.com\/*" ] } ] } |