Invoice Maker

Quick Invoice Maker App. Create Professional Invoices in minutes, Export or Share in PDF.

Co to jest Invoice Maker?

Invoice Maker to rozszerzenie Chrome opracowane przez https://estimatesapp.com, a jego główną funkcją jest „Quick Invoice Maker App. Create Professional Invoices in minutes, Export or Share in PDF.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Invoice Maker

Pobierz pliki rozszerzeń Invoice Maker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Invoice Maker Invoice Maker
ID dihikgapdppjnlkgpajpjhhmdpmniiba
Oficjalny URL https://chromewebstore.google.com/detail/invoice-maker/dihikgapdppjnlkgpajpjhhmdpmniiba
Opis Quick Invoice Maker App. Create Professional Invoices in minutes, Export or Share in PDF.
Rozmiar pliku 39.35 KB
Liczba instalacji 747
Aktualna Wersja 1.1.0
Ostatnia Aktualizacja 2020-02-06
Data Publikacji 2020-02-03
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://estimatesapp.com
Typ Płatności free
Strona Rozszerzenia https://estimatesapp.com/
Adres URL Strony Pomocy https://estimatesapp.com/contact/
Obsługiwane Języki 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"
    }
}