Invoice Simple

Invoice Simple: The easiest way to create an Invoice without registration. Need to make a quick invoice, without signing up? We…

Wat is Invoice Simple?

Invoice Simple is een Chrome-extensie ontwikkeld door https://app.invoicesimple.com, en de belangrijkste functie is "Invoice Simple: The easiest way to create an Invoice without registration. Need to make a quick invoice, without signing up? We…".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Invoice Simple

Download Invoice Simple-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Invoice Simple Invoice Simple
ID hlhgkeikggdbhfhlmkapkmaogoohepml
Officiële URL https://chromewebstore.google.com/detail/invoice-simple/hlhgkeikggdbhfhlmkapkmaogoohepml
Beschrijving Invoice Simple: The easiest way to create an Invoice without registration. Need to make a quick invoice, without signing up? We…
Bestandsgrootte 15.8 KB
Aantal Installaties 13,592
Huidige Versie 1.1.1
Laatst Bijgewerkt 2018-09-28
Publicatiedatum 2018-09-28
Beoordeling 4.62/5 Totaal 42 Beoordelingen
Ontwikkelaar https://app.invoicesimple.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.invoicesimple.com
Help Pagina-URL http://help.invoicesimple.com/
URL van de Privacybeleid Pagina https://www.invoicesimple.com/privacy
Ondersteunde Talen 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"
    }
}