QuoteMachine

Easily create quotes and invoices that look great on any device, help you sell more and automate your workflows. QuoteMachine…

Τι είναι το QuoteMachine;

Το QuoteMachine είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.quotemachine.com, και η κύρια λειτουργία του είναι "Easily create quotes and invoices that look great on any device, help you sell more and automate your workflows. QuoteMachine…".

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

Λήψη αρχείου CRX της επέκτασης QuoteMachine

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

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

                        Easily create quotes and invoices that look great on any device, help you sell more and automate your workflows.

QuoteMachine integrates perfectly with your POS to bring your quotes to the next level and create a perfect invoicing experience that will help you save time and show your professionalism.

Customers can accept or comment on your offers online. Should you need to edit or resend, we make it easy and keep track of all the versions for you and help you automate document creation and payments.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα QuoteMachine QuoteMachine
ID bojgededaoabbjpgffkcgmegacndgjdp
Επίσημο URL https://chromewebstore.google.com/detail/quotemachine/bojgededaoabbjpgffkcgmegacndgjdp
Περιγραφή Easily create quotes and invoices that look great on any device, help you sell more and automate your workflows. QuoteMachine…
Μέγεθος Αρχείου 598 KB
Αριθμός Εγκαταστάσεων 2,152
Τρέχουσα Έκδοση 1.3.0
Τελευταία Ενημέρωση 2023-10-11
Ημερομηνία Δημοσίευσης 2020-05-05
Προγραμματιστής https://www.quotemachine.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.quotemachine.com/lightspeed-exclusive-offer?utm_campaign=partner&utm_medium=webstore&utm_source=chrome&lang=en
URL της Σελίδας Πολιτικής Απορρήτου https://www.quotemachine.com
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QuoteMachine",
    "version": "1.3.0",
    "manifest_version": 2,
    "description": "",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "https:\/\/*.lightspeedapp.com\/*",
        "https:\/\/*.merchantos.com\/*",
        "https:\/\/*.chronogolf.com\/*",
        "https:\/\/*.posios.com\/*",
        "https:\/\/*.qmach.in\/*",
        "background"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.lightspeedapp.com\/*",
                "https:\/\/*.merchantos.com\/*",
                "https:\/\/local.qmach.in\/*",
                "https:\/\/staging.qmach.in\/*",
                "https:\/\/qmach.in\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "QuoteMachine extension",
        "default_popup": "popup.html"
    }
}