Invoice Maker
Quick Invoice Maker App. Create Professional Invoices in minutes, Export or Share in PDF.
Hvad er Invoice Maker?
Invoice Maker er en Chrome-udvidelse udviklet af https://estimatesapp.com, og dens hovedfunktion er "Quick Invoice Maker App. Create Professional Invoices in minutes, Export or Share in PDF.".
Udvidelsesskærmbilleder
Download Invoice Maker-udvidelses-CRX-fil
Download Invoice Maker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | dihikgapdppjnlkgpajpjhhmdpmniiba |
| Officiel URL | https://chromewebstore.google.com/detail/invoice-maker/dihikgapdppjnlkgpajpjhhmdpmniiba |
| Beskrivelse | Quick Invoice Maker App. Create Professional Invoices in minutes, Export or Share in PDF. |
| Filstørrelse | 39.35 KB |
| Antal Installationer | 747 |
| Nuværende Version | 1.1.0 |
| Senest Opdateret | 2020-02-06 |
| Udgivelsesdato | 2020-02-03 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | https://estimatesapp.com |
| Betalingsmetode | free |
| Udvidelseswebsted | https://estimatesapp.com/ |
| Hjælpeside-URL | https://estimatesapp.com/contact/ |
| Understøttede Sprog | 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"
}
} | |