Invoice Simple
Invoice Simple: The easiest way to create an Invoice without registration. Need to make a quick invoice, without signing up? We…
Was ist Invoice Simple?
Invoice Simple ist eine Chrome-Erweiterung, die von https://app.invoicesimple.com entwickelt wurde, und ihr Hauptmerkmal ist "Invoice Simple: The easiest way to create an Invoice without registration. Need to make a quick invoice, without signing up? We…".
Erweiterungsscreenshots
Invoice Simple-Erweiterungs-CRX-Datei herunterladen
Laden Sie Invoice Simple-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | hlhgkeikggdbhfhlmkapkmaogoohepml |
| Offizielle URL | https://chromewebstore.google.com/detail/invoice-simple/hlhgkeikggdbhfhlmkapkmaogoohepml |
| Beschreibung | Invoice Simple: The easiest way to create an Invoice without registration. Need to make a quick invoice, without signing up? We… |
| Dateigröße | 15.8 KB |
| Installationsanzahl | 13,592 |
| Aktuelle Version | 1.1.1 |
| Letztes Update | 2018-09-28 |
| Veröffentlichungsdatum | 2018-09-28 |
| Bewertung | 4.62/5 Insgesamt 42 Bewertungen |
| Entwickler | https://app.invoicesimple.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.invoicesimple.com |
| Hilfeseite URL | http://help.invoicesimple.com/ |
| URL der Datenschutzrichtlinien-Seite | https://www.invoicesimple.com/privacy |
| Unterstützte Sprachen | 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"
}
} | |