Invoice Maker
Quick Invoice Maker App. Create Professional Invoices in minutes, Export or Share in PDF.
Wat is Invoice Maker?
Invoice Maker is een Chrome-extensie ontwikkeld door https://estimatesapp.com, en de belangrijkste functie is "Quick Invoice Maker App. Create Professional Invoices in minutes, Export or Share in PDF.".
Extensie Screenshots
Download het CRX-bestand van de extensie Invoice Maker
Download Invoice Maker-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 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 Basisinformatie over de Extensie
| Naam | |
| ID | dihikgapdppjnlkgpajpjhhmdpmniiba |
| Officiële URL | https://chromewebstore.google.com/detail/invoice-maker/dihikgapdppjnlkgpajpjhhmdpmniiba |
| Beschrijving | Quick Invoice Maker App. Create Professional Invoices in minutes, Export or Share in PDF. |
| Bestandsgrootte | 39.35 KB |
| Aantal Installaties | 747 |
| Huidige Versie | 1.1.0 |
| Laatst Bijgewerkt | 2020-02-06 |
| Publicatiedatum | 2020-02-03 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | https://estimatesapp.com |
| Betalingswijze | free |
| Extensiewebsite | https://estimatesapp.com/ |
| Help Pagina-URL | https://estimatesapp.com/contact/ |
| Ondersteunde Talen | 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"
}
} | |