QuoteMachine

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

Qu'est-ce que QuoteMachine ?

QuoteMachine est une extension Chrome développée par https://www.quotemachine.com, et sa fonction principale est "Easily create quotes and invoices that look great on any device, help you sell more and automate your workflows. QuoteMachine…".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension QuoteMachine

Téléchargez les fichiers d'extension QuoteMachine au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom QuoteMachine QuoteMachine
ID bojgededaoabbjpgffkcgmegacndgjdp
URL Officiel https://chromewebstore.google.com/detail/quotemachine/bojgededaoabbjpgffkcgmegacndgjdp
Description Easily create quotes and invoices that look great on any device, help you sell more and automate your workflows. QuoteMachine…
Taille du Fichier 598 KB
Nombre d'Installations 2,152
Version Actuelle 1.3.0
Dernière Mise à Jour 2023-10-11
Date de Publication 2020-05-05
Développeur https://www.quotemachine.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.quotemachine.com/lightspeed-exclusive-offer?utm_campaign=partner&utm_medium=webstore&utm_source=chrome&lang=en
URL de la Page de Politique de Confidentialité https://www.quotemachine.com
Langues Prises en Charge 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"
    }
}