Invoices Maker
This software can let you do less work and send invoices effortlessly in a timely manner.
¿Qué es Invoices Maker?
Invoices Maker es una extensión de Chrome desarrollada por https://invoicesmaker.freeonlineapps.net, y su función principal es "This software can let you do less work and send invoices effortlessly in a timely manner.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Invoices Maker
Descarga archivos de extensión Invoices Maker 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
Do you need to make an official looking invoice for your business? Need a simple and effective manner to make an invoice? Just install our software Invoices Maker! Enter in the details such as amount to be paid, business name etc The Invoice is created and can be saved in PDF Format You can save your invoice on your Google drive also This software is 100% free, you can begin making professional looking invoices today with Invoices Maker
Información Básica de la Extensión
Nombre | Invoices Maker |
ID | oenbhebfdnilmnmdilcocjngkaijjamc |
URL Oficial | https://chromewebstore.google.com/detail/invoices-maker/oenbhebfdnilmnmdilcocjngkaijjamc |
Descripción | This software can let you do less work and send invoices effortlessly in a timely manner. |
Tamaño del Archivo | 1.07 MB |
Cantidad de Instalaciones | 626 |
Versión Actual | 3.0.1 |
Última Actualización | 2023-10-28 |
Fecha de Publicación | 2020-05-11 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | https://invoicesmaker.freeonlineapps.net |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://invoicesmaker.freeonlineapps.net |
URL de la Página de Ayuda | https://invoicesmaker.freeonlineapps.net/contact |
URL de la Página de Política de Privacidad | https://www.freebusinessapps.net/privacy |
Idiomas Soportados | id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "default_locale": "en", "name": "__MSG_app_name__", "description": "__MSG_app_description__", "offline_enabled": true, "short_name": "invoice generator", "version": "3.0.1", "container": [ "GOOGLE_DRIVE" ], "background": { "service_worker": "\/js\/bg-worker.js" }, "homepage_url": "https:\/\/invoicesmaker.freeonlineapps.net\/", "icons": { "128": "img\/icon128.png", "16": "img\/icon16.png", "48": "img\/icon48.png" }, "permissions": [], "action": { "default_icon": { "16": "img\/icon16.png", "32": "img\/icon32.png" }, "default_title": "__MSG_app_name__" } } |