Invoice Maker
Quick Invoice Maker App. Create Professional Invoices in minutes, Export or Share in PDF.
Was ist Invoice Maker?
Invoice Maker ist eine Chrome-Erweiterung, die von https://estimatesapp.com entwickelt wurde, und ihr Hauptmerkmal ist "Quick Invoice Maker App. Create Professional Invoices in minutes, Export or Share in PDF.".
Erweiterungsscreenshots
Invoice Maker-Erweiterungs-CRX-Datei herunterladen
Laden Sie Invoice Maker-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 Maker App allows you to Create Professional Invoices in minutes.
Features:
- Custom Branding - Use your company logo.
- Print, Export or Email in PDF format.
- Customizable templates with unlimited theme colors
- Add Tax, Discounts, Shipping & handling & Amounts already paid info to your Invoices
- Multi-Currency Support and more Grundlegende Informationen zur Erweiterung
| Name | |
| ID | dihikgapdppjnlkgpajpjhhmdpmniiba |
| Offizielle URL | https://chromewebstore.google.com/detail/invoice-maker/dihikgapdppjnlkgpajpjhhmdpmniiba |
| Beschreibung | Quick Invoice Maker App. Create Professional Invoices in minutes, Export or Share in PDF. |
| Dateigröße | 39.35 KB |
| Installationsanzahl | 747 |
| Aktuelle Version | 1.1.0 |
| Letztes Update | 2020-02-06 |
| Veröffentlichungsdatum | 2020-02-03 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | https://estimatesapp.com |
| Zahlungsart | free |
| Erweiterungswebsite | https://estimatesapp.com/ |
| Hilfeseite URL | https://estimatesapp.com/contact/ |
| Unterstützte Sprachen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Invoice Maker",
"short_name": "Invoice Builder App",
"author": "IW Technologies",
"manifest_version": 2,
"version": "1.1.0",
"description": "Quick Invoice Maker App. Create Professional Invoices in minutes, Export or Share in PDF.",
"background": {
"page": "background.html",
"persistent": false
},
"homepage_url": "https:\/\/offstore.estimatesapp.com\/build\/web\/?autousername=chromeext",
"permissions": [
"contextMenus",
"tabs"
],
"browser_action": {
"default_icon": "icon\/icon-48.png",
"default_title": "Tab List",
"default_popup": "popup.html"
},
"icons": {
"16": "icon\/icon-16.png",
"48": "icon\/icon-48.png",
"128": "icon\/icon-128.png"
}
} | |