Invoice Simple
Invoice Simple: The easiest way to create an Invoice without registration. Need to make a quick invoice, without signing up? We…
Cos'è Invoice Simple?
Invoice Simple è un'estensione di Chrome sviluppata da https://app.invoicesimple.com, e la sua funzione principale è "Invoice Simple: The easiest way to create an Invoice without registration. Need to make a quick invoice, without signing up? We…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Invoice Simple
Scarica i file di estensione Invoice Simple in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Invoice Simple |
ID | hlhgkeikggdbhfhlmkapkmaogoohepml |
URL Ufficiale | https://chromewebstore.google.com/detail/invoice-simple/hlhgkeikggdbhfhlmkapkmaogoohepml |
Descrizione | Invoice Simple: The easiest way to create an Invoice without registration. Need to make a quick invoice, without signing up? We… |
Dimensione del File | 15.8 KB |
Conteggio Installazioni | 13,592 |
Versione Corrente | 1.1.1 |
Ultimo Aggiornamento | 2018-09-28 |
Data di Pubblicazione | 2018-09-28 |
Valutazione | 4.62/5 Totale 42 Valutazioni |
Sviluppatore | https://app.invoicesimple.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.invoicesimple.com |
URL della Pagina di Aiuto | http://help.invoicesimple.com/ |
URL della Pagina della Politica sulla Privacy | https://www.invoicesimple.com/privacy |
Lingue Supportate | 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" } } |