Invoice Simple
Invoice Simple: The easiest way to create an Invoice without registration. Need to make a quick invoice, without signing up? We…
¿Qué es Invoice Simple?
Invoice Simple es una extensión de Chrome desarrollada por https://app.invoicesimple.com, y su función principal es "Invoice Simple: The easiest way to create an Invoice without registration. Need to make a quick invoice, without signing up? We…".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Invoice Simple
Descarga archivos de extensión Invoice Simple 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
Invoice Simple: The easiest way to create an Invoice without registration. Need to make a quick invoice, without signing up? We got you covered. Invoice Simple is the fastest and easiest way to generate unbranded and beautiful invoices. New Features added September 2018! Features: ★ No branding ★ No Signup required ★ No slow page loads ★ Elegant and professional invoices ★ Only 2 clicks to email your invoice ★ Autosave as you type ★ Upload your company Logo ★ View a list of all your invoices ★ Edit invoices ★ Customize Payment terms and dates ★ See the total amount owing across all your invoices ★ Download an Invoice PDF ★ Send your customer an Invoice link ★ Includes 120 currencies ★ Customize Tax amounts and Labels ★ Add Flat or Percentage discounts ★ Record full or partial payments ★ Add Notes to your customers Have ideas of feedback? Share them with our support team, just you click on the chat button, available on every page.
Información Básica de la Extensión
Nombre | Invoice Simple |
ID | hlhgkeikggdbhfhlmkapkmaogoohepml |
URL Oficial | https://chromewebstore.google.com/detail/invoice-simple/hlhgkeikggdbhfhlmkapkmaogoohepml |
Descripción | Invoice Simple: The easiest way to create an Invoice without registration. Need to make a quick invoice, without signing up? We… |
Tamaño del Archivo | 15.8 KB |
Cantidad de Instalaciones | 13,592 |
Versión Actual | 1.1.1 |
Última Actualización | 2018-09-28 |
Fecha de Publicación | 2018-09-28 |
Calificación | 4.62/5 Total de 42 Calificaciones |
Desarrollador | https://app.invoicesimple.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.invoicesimple.com |
URL de la Página de Ayuda | http://help.invoicesimple.com/ |
URL de la Página de Política de Privacidad | https://www.invoicesimple.com/privacy |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Invoice Simple", "version": "1.1.1", "manifest_version": 2, "description": "", "homepage_url": "https:\/\/www.invoicesimple.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/app.invoicesimple.com\/*" ], "js": [ "content.js" ] } ], "browser_action": { "default_icon": "icons\/icon48.png", "default_title": "Invoice Simple" } } |