DocuGen Lite for monday.com

Generate professional documents instantly from your monday.com boards

Τι είναι το DocuGen Lite for monday.com;

Το DocuGen Lite for monday.com είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον DocuGen, και η κύρια λειτουργία του είναι "Generate professional documents instantly from your monday.com boards".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης DocuGen Lite for monday.com

Λήψη αρχείων επέκτασης DocuGen Lite for monday.com σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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 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\/*"
            ]
        }
    ]
}