QuoteMachine
Easily create quotes and invoices that look great on any device, help you sell more and automate your workflows. QuoteMachine…
¿Qué es QuoteMachine?
QuoteMachine es una extensión de Chrome desarrollada por https://www.quotemachine.com, y su función principal es "Easily create quotes and invoices that look great on any device, help you sell more and automate your workflows. QuoteMachine…".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión QuoteMachine
Descarga archivos de extensión QuoteMachine en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | QuoteMachine |
ID | bojgededaoabbjpgffkcgmegacndgjdp |
URL Oficial | https://chromewebstore.google.com/detail/quotemachine/bojgededaoabbjpgffkcgmegacndgjdp |
Descripción | Easily create quotes and invoices that look great on any device, help you sell more and automate your workflows. QuoteMachine… |
Tamaño del Archivo | 598 KB |
Cantidad de Instalaciones | 2,152 |
Versión Actual | 1.3.0 |
Última Actualización | 2023-10-11 |
Fecha de Publicación | 2020-05-05 |
Desarrollador | https://www.quotemachine.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.quotemachine.com/lightspeed-exclusive-offer?utm_campaign=partner&utm_medium=webstore&utm_source=chrome&lang=en |
URL de la Página de Política de Privacidad | https://www.quotemachine.com |
Idiomas Soportados | 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" } } |